Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
kattouf committed Dec 30, 2024
1 parent e029b0d commit 08dbc9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
install: false
- name: Setup Sake
id: setup-sake
uses: kattouf/sake-action@main
uses: kattouf/setup-sake@main
with:
swift-version: ${{ matrix.swift }}
- name: Build tests
Expand All @@ -48,7 +48,7 @@ jobs:
install: false
- name: Setup Sake
id: setup-sake
uses: kattouf/sake-action@main
uses: kattouf/setup-sake@main
- name: Run lint
run: |
sake lint
2 changes: 1 addition & 1 deletion mise.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tools]
"swiftformat" = "0.55.3"
"spm:cpisciotta/xcbeautify" = "2.11.0"
"xcbeautify" = "2.11.0"
"gh" = "2.58.0"
"git-cliff" = "2.6.1"

Expand Down

0 comments on commit 08dbc9b

Please sign in to comment.