Skip to content

Commit

Permalink
fix linting and ensure PRs are linted
Browse files Browse the repository at this point in the history
Signed-off-by: John Seekins <[email protected]>
  • Loading branch information
John Seekins committed Jan 11, 2023
1 parent f60c8f9 commit 9e942cd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ on:
push:
branches:
- "**"
pull_request:
branches:
- main

jobs:
lint:
Expand Down
4 changes: 2 additions & 2 deletions tasks/il.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ IL-events:
triggers:
- cron: 25 5 * * ?
timeout_minutes: 60

IL-committees:
image: openstates/scrapers
entrypoint: "poetry run spatula scrape scrapers_next.il.committees"
enabled: true
environment: scrapers
triggers:
- cron: 0 2 * * 0
- cron: 0 2 * * 0
timeout_minutes: 60

0 comments on commit 9e942cd

Please sign in to comment.