Skip to content

Commit

Permalink
Merge pull request #50 from SwiftScream/dependabot/github_actions/dev…
Browse files Browse the repository at this point in the history
…elop/actions/checkout-4
  • Loading branch information
dependabot[bot] authored Sep 9, 2023
2 parents adca561 + 47cc1e7 commit 06585a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Build
Expand All @@ -28,7 +28,7 @@ jobs:
build-5_4_2:
runs-on: macos-11
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Check Swift version
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ jobs:
SwiftLint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: irgaly/setup-mint@v1
- name: SwiftLint
run: mint run swiftlint --strict
SwiftFormat:
runs-on: ubuntu-latest
needs: SwiftLint
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: irgaly/setup-mint@v1
- name: SwiftFormat Lint
run: mint run swiftformat --lint .

0 comments on commit 06585a1

Please sign in to comment.