File tree 1 file changed +5
-9
lines changed
1 file changed +5
-9
lines changed Original file line number Diff line number Diff line change 27
27
cd "Coder Desktop" && make test
28
28
format :
29
29
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'}}
31
31
steps :
32
32
- name : Checkout
33
33
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
@@ -36,19 +36,15 @@ jobs:
36
36
- run : |
37
37
cd "Coder Desktop" && make fmt
38
38
lint :
39
- name : foramt
39
+ name : lint
40
40
runs-on : ${{ github.repository_owner == 'coder' && 'depot-ubuntu-22.04-4' || 'ubuntu-latest'}}
41
+ container :
42
+ image : ghcr.io/realm/swiftlint:0.57.1
41
43
steps :
42
44
- name : Checkout
43
45
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
44
46
with :
45
47
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 ../
53
48
- run : |
49
+ sudo apt-get install make
54
50
cd "Coder Desktop" && make test
You can’t perform that action at this time.
0 commit comments