Skip to content

Commit

Permalink
updated ci
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasBrostrom committed Apr 9, 2024
1 parent 37fdce1 commit 9302613
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
name: Testing
on: [push, pull_request]
jobs:
checkformat:
testing:
runs-on: ubuntu-latest
steps:
- name: Checking json format
run: |
sudo apt install jq
settings_files=$(find -name "*.json")
has_error=0
for file in $settings_files; do
Expand Down

0 comments on commit 9302613

Please sign in to comment.