Skip to content

Commit bf088b4

Browse files
remove extra steps in github actions
1 parent 0bc94b9 commit bf088b4

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.github/workflows/swiftlint.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v1
15-
- name: GitHub Action for SwiftLint
16-
uses: norio-nomura/[email protected]
17-
- name: GitHub Action for SwiftLint with --strict
15+
- name: Run SwiftLint
1816
uses: norio-nomura/[email protected]
1917
with:
2018
args: --strict
21-
- name: GitHub Action for SwiftLint (Only files changed in the PR)
22-
uses: norio-nomura/[email protected]
23-
env:
24-
DIFF_BASE: ${{ github.base_ref }}
25-
- name: GitHub Action for SwiftLint (Different working directory)
26-
uses: norio-nomura/[email protected]
27-
env:
28-
WORKING_DIRECTORY: Source

0 commit comments

Comments
 (0)