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 25, 2023
1 parent 5043615 commit 73ed9d7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/Tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ on:
pull_request:
branches: [ main ]
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]
#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]
build:
runs-on: macos-latest
steps:
Expand Down

0 comments on commit 73ed9d7

Please sign in to comment.