Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
DarthMike committed Jan 11, 2024
1 parent aade47c commit fc76676
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ on:
workflow_dispatch:

jobs:
lint:
run_lint:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: Lint
run: ./scripts/runSwiftFormat.sh -l
macos:
run_tests_macos:
if: ${{ success() }}
needs: lint
runs-on: macos-latest
Expand Down

0 comments on commit fc76676

Please sign in to comment.