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 e354f04 commit 95294e1Copy full SHA for 95294e1
.github/workflows/BuildAndTest.yml
@@ -9,14 +9,14 @@ jobs:
9
FormattingLint:
10
runs-on: macos-15
11
steps:
12
- - uses: actions/checkout@50fbc622fc4ef5163becd7fab6573eac35f8462e # v1
+ - uses: actions/checkout@50fbc622fc4ef5163becd7fab6573eac35f8462e # v1.2.0
13
- name: SwiftFormat
14
run: echo swiftformat --lint `git diff --name-only HEAD^1 HEAD` --reporter github-actions-log
15
16
SwiftLint:
17
runs-on: ubuntu-latest
18
19
20
- name: GitHub Action for SwiftLint (Only files changed in the PR)
21
uses: norio-nomura/action-swiftlint@9f4dcd7fd46b4e75d7935cf2f4df406d5cae3684 # 3.2.1
22
env:
0 commit comments