File tree Expand file tree Collapse file tree 4 files changed +17
-10
lines changed
Expand file tree Collapse file tree 4 files changed +17
-10
lines changed Original file line number Diff line number Diff line change 1- name : devcontainer
1+ name : Development Container
22
33on :
4- - push
5- - pull_request
4+ push :
5+ branches :
6+ - master
7+ pull_request :
68
79concurrency :
810 group : ${{ github.workflow }}-${{ github.head_ref || github.ref }}
1416 steps :
1517 - name : Checkout (GitHub)
1618 uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
17-
1819 - name : Build and run dev container task
1920 uses : devcontainers/ci@8bf61b26e9c3a98f69cb6ce2f88d24ff59b785c6 # v0.3.1900000417
2021 with :
Original file line number Diff line number Diff line change 11name : Docker
22on :
3- - push
4- - pull_request
3+ push :
4+ branches :
5+ - master
6+ pull_request :
57concurrency :
68 group : ${{ github.workflow }}-${{ github.head_ref || github.ref }}
79 cancel-in-progress : true
Original file line number Diff line number Diff line change 11name : Lint
22on :
3- - push
4- - pull_request
3+ push :
4+ branches :
5+ - master
6+ pull_request :
57concurrency :
68 group : ${{ github.workflow }}-${{ github.head_ref || github.ref }}
79 cancel-in-progress : true
Original file line number Diff line number Diff line change 11name : Tests
22on :
3- - push
4- - pull_request
3+ push :
4+ branches :
5+ - master
6+ pull_request :
57concurrency :
68 group : ${{ github.workflow }}-${{ github.head_ref || github.ref }}
79 cancel-in-progress : true
You can’t perform that action at this time.
0 commit comments