File tree Expand file tree Collapse file tree 5 files changed +17
-272
lines changed
Expand file tree Collapse file tree 5 files changed +17
-272
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ name : " CodeQL"
2+
3+ on :
4+ push :
5+ branches : [ "main" ]
6+ pull_request :
7+ branches : [ "main" ]
8+ schedule :
9+ - cron : " 48 0 * * 2"
10+
11+
12+ jobs :
13+ analyze :
14+ uses : ether/ether-pipelines/.github/workflows/codeql-plugins.yml@main
15+ secrets : inherit
16+
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11name : Node.js Package
22on : [push]
33
4-
54jobs :
65 backend :
7- uses : ./.github/workflows/backend-tests.yml
8- secrets : inherit
9- frontend :
10- uses : ./.github/workflows/frontend-tests.yml
11- secrets : inherit
12- release :
13- if : ${{ github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main' }}
14- needs :
15- - backend
16- - frontend
17- uses : ./.github/workflows/npmpublish.yml
6+ uses : ether/ether-pipelines/.github/workflows/test-and-release-plugins.yml@main
187 secrets : inherit
You can’t perform that action at this time.
0 commit comments