Skip to content

Commit

Permalink
forgot checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasBrostrom committed Apr 9, 2024
1 parent 842fec3 commit 3679cc7
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ jobs:
testing:
runs-on: ubuntu-latest
steps:
- name: Checking json format
if: always()
run: bash scripts/checkFormat.sh
- name: Checkout
uses: actions/checkout@master
- name: Checking json format
if: always()
run: bash scripts/checkFormat.sh

0 comments on commit 3679cc7

Please sign in to comment.