Skip to content

Commit

Permalink
Use Ubuntu to run SwiftLint check
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeehut committed Apr 9, 2023
1 parent 804586d commit d9eb674
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,25 @@ concurrency:


jobs:
ci:
runs-on: macos-latest
swiftlint:
runs-on: ubuntu-latest

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

# - name: Run AnyLint
# run: anylint

- name: Run SwiftLint
uses: norio-nomura/[email protected]
with:
args: --strict

ci:
runs-on: macos-latest
needs: swiftlint

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

- name: Run tests
run: swift test

0 comments on commit d9eb674

Please sign in to comment.