Skip to content

Commit

Permalink
Update Tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eonist committed Sep 30, 2023
1 parent 5cabab4 commit 93fc6a2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/Tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ on:
pull_request:
branches: [ master ]
jobs:
SwiftLint: ## Adds swift-linting to GH actions
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: GitHub Action for SwiftLint
uses: norio-nomura/action-swiftlint@3.2.1
with:
args: --config .swiftlint.yml
#SwiftLint: ## Adds swift-linting to GH actions
#runs-on: ubuntu-latest
#steps:
#- uses: actions/checkout@v3
#- name: GitHub Action for SwiftLint
#uses: norio-nomura/action-swiftlint@3.2.1
#with:
#args: --config .swiftlint.yml
build:
runs-on: macos-latest
steps:
Expand Down

0 comments on commit 93fc6a2

Please sign in to comment.