Skip to content

Commit 579a416

Browse files
committed
retry
1 parent 9622046 commit 579a416

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

.github/workflows/ci.yml

+5-9
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
cd "Coder Desktop" && make test
2828
format:
2929
name: format
30-
runs-on: ${{ github.repository_owner == 'coder' && 'depot-ubuntu-22.04-4' || 'ubuntu-latest'}}
30+
runs-on: ${{ github.repository_owner == 'coder' && 'depot-macos-latest' || 'macos-latest'}}
3131
steps:
3232
- name: Checkout
3333
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
@@ -36,19 +36,15 @@ jobs:
3636
- run: |
3737
cd "Coder Desktop" && make fmt
3838
lint:
39-
name: foramt
39+
name: lint
4040
runs-on: ${{ github.repository_owner == 'coder' && 'depot-ubuntu-22.04-4' || 'ubuntu-latest'}}
41+
container:
42+
image: ghcr.io/realm/swiftlint:0.57.1
4143
steps:
4244
- name: Checkout
4345
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4446
with:
4547
fetch-depth: 0
46-
- name: Install Swiftlint 0.57.1
47-
run: |
48-
git clone [email protected]:realm/SwiftLint.git \
49-
&& cd SwiftLint \
50-
&& git submodule update --init --recursive \
51-
&& git checkout 25f2776977e663305bee71309ea1e34d435065f1 \
52-
&& make install && cd ../
5348
- run: |
49+
sudo apt-get install make
5450
cd "Coder Desktop" && make test

0 commit comments

Comments
 (0)