File tree Expand file tree Collapse file tree 3 files changed +47
-0
lines changed
Expand file tree Collapse file tree 3 files changed +47
-0
lines changed 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 : ' 17 16 * * 2'
10+
11+ jobs :
12+ analyze :
13+ uses : voxpelli/ghatemplates/.github/workflows/codeql-analysis.yml@main
Original file line number Diff line number Diff line change 1+ name : ' Dependency Review'
2+
3+ on : [pull_request]
4+
5+ permissions :
6+ contents : read
7+
8+ jobs :
9+ dependency-review :
10+ uses : voxpelli/ghatemplates/.github/workflows/dependency-review.yml@main
11+
Original file line number Diff line number Diff line change 1+ name : Type Checks, Internal Types
2+
3+ on :
4+ push :
5+ branches :
6+ - main
7+ tags :
8+ - ' *'
9+ pull_request :
10+ branches :
11+ - main
12+ schedule :
13+ - cron : ' 14 5 * * 1,3,5'
14+
15+ permissions :
16+ contents : read
17+
18+ jobs :
19+ type-check :
20+ uses : voxpelli/ghatemplates/.github/workflows/type-check.yml@main
21+ with :
22+ ts-versions : ${{ github.event.schedule && 'next' || '5.0,next' }}
23+ ts-libs : ' es2021;esnext'
You can’t perform that action at this time.
0 commit comments