Skip to content

Commit

Permalink
one more test
Browse files Browse the repository at this point in the history
  • Loading branch information
drewda committed Jan 10, 2025
1 parent b987eb0 commit b009c8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: scripts/install-transitland-lib.sh
- name: Validate against DMFR schema
run: |
wget https://raw.githubusercontent.com/transitland/distributed-mobility-feed-registry/e41e8ec4eade7b249dba5fa2fc8ac0bb3538f8c6/json-schema/dmfr.schema-v0.5.1.json -O dmfr.schema.json
wget https://raw.githubusercontent.com/transitland/distributed-mobility-feed-registry/969c9471b69d7aec50f2598d3f7e801b48844134/json-schema/dmfr.schema-v0.5.1.json -O dmfr.schema.json
npx ajv-cli validate -s dmfr.schema.json -d "feeds/*.json"
- name: Lint against the opinionated DMFR format
run: |
Expand Down
2 changes: 1 addition & 1 deletion feeds/nabsa.github.com.dmfr.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://raw.githubusercontent.com/transitland/distributed-mobility-feed-registry/e41e8ec4eade7b249dba5fa2fc8ac0bb3538f8c6/json-schema/dmfr.schema-v0.5.1.json",
"$schema": "https://raw.githubusercontent.com/transitland/distributed-mobility-feed-registry/969c9471b69d7aec50f2598d3f7e801b48844134/json-schema/dmfr.schema-v0.5.1.json",
"feeds": [
{
"id": "f-2em~car~sharing~switzerland~gbfs",
Expand Down

0 comments on commit b009c8c

Please sign in to comment.