File tree Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Original file line number Diff line number Diff line change @@ -9,30 +9,6 @@ on: # rebuild any PRs and main branch changes
9
9
- ' v[0-9]*'
10
10
11
11
jobs :
12
- build : # make sure build/ci work properly
13
- runs-on : windows-latest
14
- steps :
15
- - uses : actions/checkout@v4
16
- - run : npm ci
17
- - run : npm run build
18
- - run : npm run lint
19
- - run : npm run format && git diff-files
20
- - run : npm run test
21
- - run : npm run package
22
- - name : Verify that `dist/index.js` is up to date
23
- shell : bash
24
- run : |
25
- # `ncc` produces output with mixed line endings
26
- test -z "$(git diff -aw HEAD -- ':(exclude)dist/index.js.map' | tee diff.txt)" || {
27
- echo 'Files changed after `npm run package`'
28
- cat diff.txt
29
- exit 1
30
- }
31
- - uses : actions/upload-artifact@v4
32
- if : failure()
33
- with :
34
- name : diff.txt
35
- path : diff.txt
36
12
test : # make sure the action works on a clean machine without building
37
13
runs-on : windows-latest
38
14
steps :
You can’t perform that action at this time.
0 commit comments