We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4334c90 commit 3ed2b7bCopy full SHA for 3ed2b7b
.github/workflows/lint.yml
@@ -8,7 +8,7 @@ jobs:
8
lint:
9
runs-on: ubuntu-latest
10
steps:
11
- - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
+ - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
12
- name: GitHub Action for SwiftLint with --strict
13
uses: norio-nomura/[email protected]
14
with:
.github/workflows/pods.yml
@@ -5,7 +5,7 @@ jobs:
5
6
runs-on: macos-12
7
- name: Select Xcode version
run: sudo xcode-select -s '/Applications/Xcode_13.4.app/Contents/Developer'
- name: Pod lib lint
0 commit comments