File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed
Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change 11name : Build and Test
22on :
3- push :
4- branches :
5- - develop
6- - master
7- - feature/**
83 pull_request :
94 branches :
105 - develop
116 - master
7+ push :
128jobs :
139 build :
1410 runs-on : ubuntu-latest
2925 - name : Build and test
3026 run : dotnet msbuild ./default.proj
3127
32- # TODO: Add pre-commit to the repo.
33- # TODO: Add execution of pre-commit to the workflow as a linting step.
34- # TODO: Try to add dotnet format to pre-commit.
28+ # TODO: Can we parse the build output logs to provide better warning/error feedback?
29+ # TODO: Add dotnet format as a lint step in the build.
3530# TODO: Upload to CodeCov should be part of the GitHub actions.
3631# TODO: Upload to GitHub packages instead of MyGet in GitHub actions for master and develop.
You can’t perform that action at this time.
0 commit comments