File tree Expand file tree Collapse file tree 5 files changed +54
-0
lines changed Expand file tree Collapse file tree 5 files changed +54
-0
lines changed Original file line number Diff line number Diff line change @@ -6,3 +6,8 @@ end_of_line = lf
66charset = utf-8
77trim_trailing_whitespace = true
88insert_final_newline = true
9+
10+ [* .{yaml,yml,md} ]
11+ indent_style = space
12+ indent_size = 2
13+ quote_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+ pull_request :
7+ branches-ignore : ['*-no-ci']
8+
9+ permissions :
10+ contents : ' read'
11+ pages : ' write'
12+ id-token : ' write'
13+
14+ jobs :
15+ build :
16+ uses : ' fox-land/hyperupcall-action/.github/workflows/lint.yml@cdde84c32fa05734584e9387c25656009bfc5fd1'
Original file line number Diff line number Diff line change 1+ name : ' Site'
2+
3+ on :
4+ push :
5+ branches-ignore : ['*-no-ci']
6+ pull_request :
7+ branches-ignore : ['*-no-ci']
8+
9+ permissions :
10+ contents : ' read'
11+ pages : ' write'
12+ id-token : ' write'
13+
14+ jobs :
15+ build :
16+ uses : ' fox-land/hyperupcall-action/.github/workflows/site.yml@cdde84c32fa05734584e9387c25656009bfc5fd1'
Original file line number Diff line number Diff line change 1+ name : ' Test'
2+
3+ on :
4+ push :
5+ branches-ignore : ['*-no-ci']
6+ pull_request :
7+ branches-ignore : ['*-no-ci']
8+
9+ permissions :
10+ contents : ' read'
11+ pages : ' write'
12+ id-token : ' write'
13+
14+ jobs :
15+ build :
16+ uses : ' fox-land/hyperupcall-action/.github/workflows/test.yml@cdde84c32fa05734584e9387c25656009bfc5fd1'
Original file line number Diff line number Diff line change 11disable =SC2034
2+ disable =SC2164
You can’t perform that action at this time.
0 commit comments