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
13
13
14
14
[* .yaml.j2 ]
15
15
indent_size = 2
16
+
17
+ [Makefile ]
18
+ indent_style = tab
Original file line number Diff line number Diff line change 42
42
{
43
43
"type" : " test" ,
44
44
"section" : " Tests" ,
45
- "hidden" : false
46
- },
47
- {
48
- "type" : " ci" ,
49
- "section" : " Continuous Integration" ,
50
- "hidden" : false
45
+ "hidden" : true
51
46
},
52
47
{
53
48
"type" : " build" ,
54
49
"section" : " Build System" ,
55
50
"hidden" : true
56
51
},
52
+ {
53
+ "type" : " ci" ,
54
+ "section" : " Continuous Integration" ,
55
+ "hidden" : true
56
+ },
57
57
{
58
58
"type" : " chore" ,
59
59
"section" : " Miscellaneous" ,
Original file line number Diff line number Diff line change 96
96
value : |
97
97
📛 To ensure a smooth issue processing, please check if a similar bug report has already been submitted before creating a new one.
98
98
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)
101
101
102
102
Additionally, consider joining our discussions on:
103
103
- [WayOfDev Discord Community](https://discord.gg/CE3TcCC5vr)
Original file line number Diff line number Diff line change 66
66
value : |
67
67
📛 To ensure a smooth issue processing, please check if a similar feature request has already been submitted before creating a new one.
68
68
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)
71
71
72
72
Additionally, consider joining our discussions on:
73
73
- [WayOfDev Discord Community](https://discord.gg/CE3TcCC5vr)
Original file line number Diff line number Diff line change 54
54
value : |
55
55
📛 To ensure a smooth issue processing, please check if a similar bug report has already been submitted before creating a new one.
56
56
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)
59
59
60
60
Additionally, consider joining our discussions on:
61
61
- [WayOfDev Discord Community](https://discord.gg/CE3TcCC5vr)
Original file line number Diff line number Diff line change 70
70
value : |
71
71
📛 To ensure a smooth issue processing, please check if a similar bug report has already been submitted before creating a new one.
72
72
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)
75
75
76
76
Additionally, consider joining our discussions on:
77
77
- [WayOfDev Discord Community](https://discord.gg/CE3TcCC5vr)
Original file line number Diff line number Diff line change 21
21
22
22
- type : markdown
23
23
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)'
25
25
26
26
- type : textarea
27
27
id : github-advisory-url
Original file line number Diff line number Diff line change 1
1
---
2
2
3
- concurrency :
4
- group : " ${{ github.workflow }}-${{ github.ref }}"
5
- cancel-in-progress : true
6
-
7
3
on : # yamllint disable-line rule:truthy
8
4
workflow_dispatch :
9
5
push :
21
17
22
18
name : 🚀 Build docker images with latest tag
23
19
20
+ concurrency :
21
+ group : " ${{ github.workflow }}-${{ github.ref }}"
22
+ cancel-in-progress : true
23
+
24
24
jobs :
25
25
build :
26
26
strategy :
Original file line number Diff line number Diff line change @@ -11,6 +11,10 @@ name: 🐞 Differential shell-check
11
11
permissions :
12
12
contents : read
13
13
14
+ concurrency :
15
+ group : " ${{ github.workflow }}-${{ github.ref }}"
16
+ cancel-in-progress : true
17
+
14
18
jobs :
15
19
shellcheck :
16
20
uses :
wayofdev/gh-actions/.github/workflows/[email protected]
Original file line number Diff line number Diff line change 1
1
---
2
2
3
- concurrency :
4
- group : " ${{ github.workflow }}-${{ github.ref }}"
5
- cancel-in-progress : true
6
-
7
3
on : # yamllint disable-line rule:truthy
8
4
pull_request :
9
5
paths-ignore :
15
11
16
12
name : 🧪 Test Docker images
17
13
14
+ concurrency :
15
+ group : " ${{ github.workflow }}-${{ github.ref }}"
16
+ cancel-in-progress : true
17
+
18
18
jobs :
19
19
test :
20
20
strategy :
You can’t perform that action at this time.
0 commit comments