Skip to content

Commit

Permalink
CI: run linter 💚; 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
derhuerst committed Nov 5, 2021
1 parent bf17cb8 commit f3f64aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
postgresql db: postgres

- run: npm install

- run: npm run lint
- name: npm test
run : npm test
env:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gtfs-via-postgres",
"description": "Process GTFS using PostgreSQL.",
"version": "3.0.0",
"version": "3.0.1",
"main": "lib/index.js",
"bin": {
"gtfs-to-sql": "cli.js"
Expand Down

0 comments on commit f3f64aa

Please sign in to comment.