File tree Expand file tree Collapse file tree 3 files changed +32
-0
lines changed Expand file tree Collapse file tree 3 files changed +32
-0
lines changed Original file line number Diff line number Diff line change 1+ name : DA Build
2+ on :
3+ push :
4+ branches : [ main, master ]
5+ pull_request :
6+ branches : [ main, master ]
7+ jobs :
8+ build :
9+ runs-on : ubuntu-latest
10+ steps :
11+ - uses : actions/checkout@v4
12+ - uses : SuffolkLITLab/ALActions/da_build@main
Original file line number Diff line number Diff line change 1+ name : Valid Jinja2
2+ on :
3+ push :
4+ branches :
5+ - " **"
6+ jobs :
7+ validate :
8+ runs-on : ubuntu-latest
9+ steps :
10+ - uses : actions/checkout@v4
11+ - uses : SuffolkLITLab/ALActions/valid_jinja2@main
Original file line number Diff line number Diff line change 1+ name : Word Diff
2+ on :
3+ pull_request :
4+ jobs :
5+ diff :
6+ runs-on : ubuntu-latest
7+ steps :
8+ - uses : actions/checkout@v4
9+ - uses : SuffolkLITLab/ALActions/word_diff@main
You can’t perform that action at this time.
0 commit comments