File tree Expand file tree Collapse file tree 4 files changed +33
-1
lines changed Expand file tree Collapse file tree 4 files changed +33
-1
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ charset = utf-8
77trim_trailing_whitespace = true
88insert_final_newline = true
99
10- [* .{yaml,yml} ]
10+ [* .{md, yaml,yml} ]
1111indent_style = space
1212indent_size = 2
1313quote_type = single
Original file line number Diff line number Diff line change 1+ name : ' Lint'
2+
3+ on :
4+ push :
5+ branches-ignore : ['*-no-ci']
6+ tags-ignore : ['*']
7+
8+ permissions :
9+ contents : ' read'
10+ pages : ' write'
11+ id-token : ' write'
12+
13+ jobs :
14+ bash :
15+ name : ' Bash'
16+ uses : ' fox-land/hyperupcall-action/.github/workflows/bash-lint.yml@main'
File renamed without changes.
Original file line number Diff line number Diff line change 1+ name : ' Website'
2+
3+ on :
4+ push :
5+ branches-ignore : ['*-no-ci']
6+ tags-ignore : ['*']
7+
8+ permissions :
9+ contents : ' read'
10+ pages : ' write'
11+ id-token : ' write'
12+
13+ jobs :
14+ build-and-deploy :
15+ name : ' Build And Deploy'
16+ uses : ' fox-land/hyperupcall-action/.github/workflows/website.yml@main'
You can’t perform that action at this time.
0 commit comments