Skip to content

Commit

Permalink
Update Tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eonist authored Sep 20, 2023
1 parent 8fae0b8 commit 43fd6cb
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/Tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ on:
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/[email protected]
## Something changed with action-swiftlint and it doesnt use the local lint file anymore
##steps:
##- uses: actions/checkout@v3
##- name: GitHub Action for SwiftLint
## uses: norio-nomura/[email protected]
build:
runs-on: macos-latest
steps:
Expand Down

0 comments on commit 43fd6cb

Please sign in to comment.