Skip to content

Commit

Permalink
Update validate_json.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dustine32 authored Jan 26, 2024
1 parent 003aa0e commit b997e39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate_json.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ name: Validate Submitted JSON
on:
push:
branches:
- master
- test-gh-action

jobs:
test:
runs-on: ubuntu-latest

strategy:
matrix:
python-version: [3.6]
python-version: [3.5.10]

steps:
- name: Checkout repository
Expand Down

0 comments on commit b997e39

Please sign in to comment.