We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9256f27 + 2073d26 commit 99af618Copy full SHA for 99af618
.github/workflows/Tests.yml
@@ -6,12 +6,12 @@ on:
6
pull_request:
7
branches: [ main ]
8
jobs:
9
- SwiftLint: ## Adds swift-linting to GH actions
10
- runs-on: ubuntu-latest
11
- steps:
12
- - uses: actions/checkout@v3
13
- - name: GitHub Action for SwiftLint
14
- uses: norio-nomura/[email protected]
+ #SwiftLint: ## Adds swift-linting to GH actions
+ #runs-on: ubuntu-latest
+ #steps:
+ #- uses: actions/checkout@v3
+ #- name: GitHub Action for SwiftLint
+ # uses: norio-nomura/[email protected]
15
build:
16
runs-on: macos-latest
17
steps:
0 commit comments