File tree Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 99# the `language` matrix defined below to confirm you have the correct set of
1010# supported CodeQL languages.
1111#
12- name : " CodeQL Scanning "
12+ name : CodeQL
1313
1414on :
1515 push :
2222
2323jobs :
2424 CodeQL-Build :
25- name : CodeQL Build
25+ name : Scan
2626 runs-on : ubuntu-latest
2727
2828 strategy :
Original file line number Diff line number Diff line change 77
88jobs :
99 release-binaries :
10+ name : Release
1011 runs-on : ubuntu-latest
1112 steps :
1213 - name : Get the version
Original file line number Diff line number Diff line change 1- name : Node.js CI
1+ name : CI
22
33on :
44 push :
88
99jobs :
1010 test :
11+ name : Test
1112 runs-on : ${{ matrix.os }}
1213 strategy :
1314 matrix :
Original file line number Diff line number Diff line change 77
88jobs :
99 check-version :
10+ name : Check
1011 runs-on : ubuntu-latest
1112 steps :
1213 - name : Read version from tag
2930 if : steps.get_version.outputs.VERSION != steps.extract_version.outputs.version
3031 run : exit 1
3132 test :
33+ name : Test
3234 runs-on : ${{ matrix.os }}
3335 needs : [check-version]
3436 strategy :
4951 - name : Tests
5052 run : npm test
5153 publish :
54+ name : Publish
5255 runs-on : ubuntu-latest
5356 needs : [check-version, test]
5457 steps :
You can’t perform that action at this time.
0 commit comments