Skip to content

Commit 99af618

Browse files
committed
2 parents 9256f27 + 2073d26 commit 99af618

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/Tests.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ on:
66
pull_request:
77
branches: [ main ]
88
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]
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]
1515
build:
1616
runs-on: macos-latest
1717
steps:

0 commit comments

Comments
 (0)