We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf1ee11 commit 6512e29Copy full SHA for 6512e29
1 file changed
.github/workflows/test.yml
@@ -10,16 +10,14 @@ on:
10
11
jobs:
12
test:
13
- runs-on: ubuntu-latest
+ runs-on: macos-latest
14
15
steps:
16
- name: Checkout repo
17
uses: actions/checkout@v4
18
19
- - name: Lint PR code
20
- uses: norio-nomura/action-swiftlint@3.2.1
21
- env:
22
- DIFF_BASE: ${{ github.base_ref }}
+ - name: Lint code
+ run: swiftlint lint
23
24
- name: Run tests
25
run: swift test
0 commit comments