File tree Expand file tree Collapse file tree 1 file changed +1
-24
lines changed
Expand file tree Collapse file tree 1 file changed +1
-24
lines changed Original file line number Diff line number Diff line change @@ -8,29 +8,6 @@ defaults:
88 shell : bash
99
1010jobs :
11- Test :
12- if : " !contains(github.event.head_commit.message, '[skip ci]')"
13- name : ${{ matrix.os }} - Atom ${{ matrix.atom_channel }}
14- runs-on : ${{ matrix.os }}
15- strategy :
16- fail-fast : false
17- matrix :
18- os :
19- - ubuntu-latest
20- # - macos-latest
21- # - windows-latest
22- atom_channel : [stable, beta]
23- steps :
24- - uses : actions/checkout@v3
25- - uses : UziTech/action-setup-atom@v1
26- with :
27- channel : ${{ matrix.atom_channel }}
28- - name : Versions
29- run : apm -v
30- - name : Install APM dependencies
31- run : |
32- apm install
33-
3411 Lint :
3512 if : " !contains(github.event.head_commit.message, '[skip ci]')"
3613 runs-on : ubuntu-latest
5330 run : npm run test.lint
5431
5532 Release :
56- needs : [Test ]
33+ needs : [Lint ]
5734 if : github.ref == 'refs/heads/master' &&
5835 github.event.repository.fork == false
5936 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments