Skip to content

Commit

Permalink
chore: lint on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pepicrft committed Aug 8, 2024
1 parent 789e4f4 commit 1905320
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/xcodeproj.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ concurrency:
group: xcodeproj-${{ github.head_ref }}
cancel-in-progress: true

env:
MISE_EXPERIMENTAL: 1

jobs:
build:
name: Build (macOS)
Expand Down Expand Up @@ -49,12 +52,10 @@ jobs:
git config --global init.defaultBranch main
- name: Build and run tests
run: swift test --enable-test-discovery
swiftlint:
name: Swiftlint
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: GitHub Action for SwiftLint
uses: norio-nomura/action-swiftlint@3.2.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: jdx/mise-action@v2
- run: mise run lint

0 comments on commit 1905320

Please sign in to comment.