Skip to content

Commit

Permalink
Turn off linters + switch back to GitHub runners
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeehut committed Apr 9, 2023
1 parent 6bce238 commit 253ef90
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Expand Up @@ -14,17 +14,17 @@ concurrency:

jobs:
ci:
runs-on: [self-hosted]
runs-on: macos-latest

steps:
- name: Checkout Source
uses: actions/checkout@v3

- name: Run AnyLint
run: anylint
# - name: Run AnyLint
# run: anylint

- name: Run SwiftLint
run: swiftlint --strict
# - name: Run SwiftLint
# run: swiftlint --strict

- name: Run tests
run: swift test

0 comments on commit 253ef90

Please sign in to comment.