Skip to content

Commit

Permalink
chore: ensure consistent formatting of the JSON file (#365)
Browse files Browse the repository at this point in the history
  • Loading branch information
blaine-arcjet committed Sep 4, 2024
1 parent 6b10b7c commit f7000aa
Show file tree
Hide file tree
Showing 3 changed files with 584 additions and 944 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ name: CI validation
on:
# https://stackoverflow.com/questions/64635032/github-actions-run-on-push-to-all-branches
push:
branches:
branches:
- '**'
pull_request:
branches:
- master
- master

jobs:
build:
Expand All @@ -19,8 +19,9 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 20
- run: node format.js --check
- run: pip3 install -r requirements.txt
- run: py.test -vv
- run: python3 validate.py
- run: python3 validate.py
- run: php validate.php
- run: go test
Loading

0 comments on commit f7000aa

Please sign in to comment.