Skip to content

Commit

Permalink
Actions: Adding JSON validation
Browse files Browse the repository at this point in the history
  • Loading branch information
marcsantiago committed Jan 9, 2024
1 parent 3b20166 commit 26177cf
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/validate_json.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Sellers.json validation
on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
verify-json-validation:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
path: './'
- run: |
cat sellers.json | jq -e

0 comments on commit 26177cf

Please sign in to comment.