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 24, 2023
1 parent 6d917d3 commit 5416370
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/Tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@ on:
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
# Something wrong with swiftlint action, figure it out later
#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
build:
runs-on: macos-latest
steps:
Expand Down

0 comments on commit 5416370

Please sign in to comment.