File tree Expand file tree Collapse file tree 12 files changed +32
-24
lines changed
Expand file tree Collapse file tree 12 files changed +32
-24
lines changed Original file line number Diff line number Diff line change @@ -13,3 +13,6 @@ indent_size = 2
1313
1414[* .yaml.j2 ]
1515indent_size = 2
16+
17+ [Makefile ]
18+ indent_style = tab
Original file line number Diff line number Diff line change 4242 {
4343 "type" : " test" ,
4444 "section" : " Tests" ,
45- "hidden" : false
46- },
47- {
48- "type" : " ci" ,
49- "section" : " Continuous Integration" ,
50- "hidden" : false
45+ "hidden" : true
5146 },
5247 {
5348 "type" : " build" ,
5449 "section" : " Build System" ,
5550 "hidden" : true
5651 },
52+ {
53+ "type" : " ci" ,
54+ "section" : " Continuous Integration" ,
55+ "hidden" : true
56+ },
5757 {
5858 "type" : " chore" ,
5959 "section" : " Miscellaneous" ,
Original file line number Diff line number Diff line change 9696 value : |
9797 📛 To ensure a smooth issue processing, please check if a similar bug report has already been submitted before creating a new one.
9898 We highly value your contributions, so please make sure to familiarize yourself with our repository's guidelines:
99- - [Code of Conduct](https://github.com/wayofdev/spiral-starter-tpl /blob/master/.github/CODE_OF_CONDUCT.md)
100- - [Contribution Guidelines](https://github.com/wayofdev/spiral-starter-tpl /blob/master/.github/CONTRIBUTING.md)
99+ - [Code of Conduct](https://github.com/wayofdev/docker-php-base /blob/master/.github/CODE_OF_CONDUCT.md)
100+ - [Contribution Guidelines](https://github.com/wayofdev/docker-php-base /blob/master/.github/CONTRIBUTING.md)
101101
102102 Additionally, consider joining our discussions on:
103103 - [WayOfDev Discord Community](https://discord.gg/CE3TcCC5vr)
Original file line number Diff line number Diff line change 6666 value : |
6767 📛 To ensure a smooth issue processing, please check if a similar feature request has already been submitted before creating a new one.
6868 We highly value your contributions, so please make sure to familiarize yourself with our repository's guidelines:
69- - [Code of Conduct](https://github.com/wayofdev/spiral-starter-tpl /blob/master/.github/CODE_OF_CONDUCT.md)
70- - [Contribution Guidelines](https://github.com/wayofdev/spiral-starter-tpl /blob/master/.github/CONTRIBUTING.md)
69+ - [Code of Conduct](https://github.com/wayofdev/docker-php-base /blob/master/.github/CODE_OF_CONDUCT.md)
70+ - [Contribution Guidelines](https://github.com/wayofdev/docker-php-base /blob/master/.github/CONTRIBUTING.md)
7171
7272 Additionally, consider joining our discussions on:
7373 - [WayOfDev Discord Community](https://discord.gg/CE3TcCC5vr)
Original file line number Diff line number Diff line change 5454 value : |
5555 📛 To ensure a smooth issue processing, please check if a similar bug report has already been submitted before creating a new one.
5656 We highly value your contributions, so please make sure to familiarize yourself with our repository's guidelines:
57- - [Code of Conduct](https://github.com/wayofdev/spiral-starter-tpl /blob/master/.github/CODE_OF_CONDUCT.md)
58- - [Contribution Guidelines](https://github.com/wayofdev/spiral-starter-tpl /blob/master/.github/CONTRIBUTING.md)
57+ - [Code of Conduct](https://github.com/wayofdev/docker-php-base /blob/master/.github/CODE_OF_CONDUCT.md)
58+ - [Contribution Guidelines](https://github.com/wayofdev/docker-php-base /blob/master/.github/CONTRIBUTING.md)
5959
6060 Additionally, consider joining our discussions on:
6161 - [WayOfDev Discord Community](https://discord.gg/CE3TcCC5vr)
Original file line number Diff line number Diff line change 7070 value : |
7171 📛 To ensure a smooth issue processing, please check if a similar bug report has already been submitted before creating a new one.
7272 We highly value your contributions, so please make sure to familiarize yourself with our repository's guidelines:
73- - [Code of Conduct](https://github.com/wayofdev/spiral-starter-tpl /blob/master/.github/CODE_OF_CONDUCT.md)
74- - [Contribution Guidelines](https://github.com/wayofdev/spiral-starter-tpl /blob/master/.github/CONTRIBUTING.md)
73+ - [Code of Conduct](https://github.com/wayofdev/docker-php-base /blob/master/.github/CODE_OF_CONDUCT.md)
74+ - [Contribution Guidelines](https://github.com/wayofdev/docker-php-base /blob/master/.github/CONTRIBUTING.md)
7575
7676 Additionally, consider joining our discussions on:
7777 - [WayOfDev Discord Community](https://discord.gg/CE3TcCC5vr)
Original file line number Diff line number Diff line change 2121
2222 - type : markdown
2323 attributes :
24- value : ' To create a new advisory, go to: [Create Security Advisory](https://github.com/wayofdev/spiral-starter-tpl /security/advisories/new)'
24+ value : ' To create a new advisory, go to: [Create Security Advisory](https://github.com/wayofdev/docker-php-base /security/advisories/new)'
2525
2626 - type : textarea
2727 id : github-advisory-url
Original file line number Diff line number Diff line change 11---
22
3- concurrency :
4- group : " ${{ github.workflow }}-${{ github.ref }}"
5- cancel-in-progress : true
6-
73on : # yamllint disable-line rule:truthy
84 workflow_dispatch :
95 push :
2117
2218name : 🚀 Build docker images with latest tag
2319
20+ concurrency :
21+ group : " ${{ github.workflow }}-${{ github.ref }}"
22+ cancel-in-progress : true
23+
2424jobs :
2525 build :
2626 strategy :
Original file line number Diff line number Diff line change @@ -11,6 +11,10 @@ name: 🐞 Differential shell-check
1111permissions :
1212 contents : read
1313
14+ concurrency :
15+ group : " ${{ github.workflow }}-${{ github.ref }}"
16+ cancel-in-progress : true
17+
1418jobs :
1519 shellcheck :
1620 uses : wayofdev/gh-actions/.github/workflows/shellcheck.yml@v3.2.0
Original file line number Diff line number Diff line change 11---
22
3- concurrency :
4- group : " ${{ github.workflow }}-${{ github.ref }}"
5- cancel-in-progress : true
6-
73on : # yamllint disable-line rule:truthy
84 pull_request :
95 paths-ignore :
1511
1612name : 🧪 Test Docker images
1713
14+ concurrency :
15+ group : " ${{ github.workflow }}-${{ github.ref }}"
16+ cancel-in-progress : true
17+
1818jobs :
1919 test :
2020 strategy :
You can’t perform that action at this time.
0 commit comments