File tree Expand file tree Collapse file tree 1 file changed +6
-26
lines changed Expand file tree Collapse file tree 1 file changed +6
-26
lines changed Original file line number Diff line number Diff line change 11name : Pull Request Checks
22
33on : pull_request
4+ branches :
5+ - master
46jobs :
57
68 branch-name-check :
2224 exit 1
2325 fi
2426
25- # qqqq repo will need branch protection rules and PR Template
27+ # qqqq repo will need branch protection rules and PR Templatebr
2628 commitlint :
2729 name : commitlint
2830 runs-on : ubuntu-latest
7072 steps :
7173 - name : Code Coverage
7274 run : echo "TODO Code Coverage"
73-
74- # All-Checks-Passed:
75- # name: all checks passed
76- # runs-on: ubuntu-latest
77- # needs:
78- # - branch-name-check
79- # - commitlint
80- # - gitguardian-scan
81- # - Unit-Tests
82- # - E2E-Tests
83- # - Code-Coverage
84- # #if: ${{ success() }}
85- # steps:
86- # - name: all checks passed steps
87- # run: echo "allow all checks to run incase multiple fails then fail here"
88-
89- # wanted to do it like this it worked neither is putting check in pr git ui but is running in pipeline
90- # Code-Coverage:
91- # name: code coverage
92- # runs-on: ubuntu-latest
93- # if: success() || failure()
94- # steps:
95- # - name: Code Coverage
96- # run: echo "TODO Code Coverage"
97- # continue-on-error: true
75+ # code coverage
76+ # these need to be reference in repo ruleset by name
77+ # https://github.com/TechnologyEnhancedLearning/GitPageBlazorWASM/settings/rules
You can’t perform that action at this time.
0 commit comments