Skip to content

Commit

Permalink
chore: Install swiftlint before running lint (#7677)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile authored Sep 26, 2024
1 parent 5a61720 commit 1395037
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
path: ~/.npm
key: ${{ runner.OS }}-dependencies-cache-${{ hashFiles('**/package.json') }}
- run: npm install
- run: brew install swiftlint
- run: npm run lint
test-cli:
runs-on: macos-14
Expand Down

0 comments on commit 1395037

Please sign in to comment.