Skip to content

Commit d0e2f13

Browse files
committed
ci: Add initial configuration
1 parent 33adbbd commit d0e2f13

File tree

5 files changed

+54
-0
lines changed

5 files changed

+54
-0
lines changed

.editorconfig

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,8 @@ end_of_line = lf
66
charset = utf-8
77
trim_trailing_whitespace = true
88
insert_final_newline = true
9+
10+
[*.{yaml,yml,md}]
11+
indent_style = space
12+
indent_size = 2
13+
quote_type = single

.github/workflows/lint.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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'

.github/workflows/site.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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'

.github/workflows/test.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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'

.shellcheckrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
disable=SC2034
2+
disable=SC2164

0 commit comments

Comments
 (0)