Skip to content
This repository was archived by the owner on Aug 20, 2024. It is now read-only.

Commit 1270dfe

Browse files
authored
Fix indents
1 parent 8fc9c75 commit 1270dfe

File tree

1 file changed

+51
-51
lines changed

1 file changed

+51
-51
lines changed

.github/workflows/ci.yml

Lines changed: 51 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -1,51 +1,51 @@
1-
name: CI
2-
3-
on:
4-
# Trigger the workflow on push or pull request,
5-
# but only for the main branch
6-
push:
7-
branches:
8-
- main
9-
# Replace pull_request with pull_request_target if you
10-
# plan to use this action with forks, see the Limitations section
11-
pull_request:
12-
branches:
13-
- main
14-
15-
# Down scope as necessary via https://docs.github.com/en/actions/security-guides/automatic-token-authentication#modifying-the-permissions-for-the-github_token
16-
permissions:
17-
checks: write
18-
contents: write
19-
20-
jobs:
21-
run-linter:
22-
name: Run linter
23-
runs-on: ubuntu-latest
24-
25-
steps:
26-
- name: Check out Git repository
27-
uses: actions/checkout@v3
28-
29-
- name: Install aftman
30-
uses: ok-nick/[email protected]
31-
with:
32-
token: ${{ secrets.GITHUB_TOKEN }}
33-
34-
- name: Run selene
35-
run: |
36-
selene ./src
37-
38-
run-styler:
39-
name: Run styler
40-
runs-on: ubuntu-latest
41-
42-
steps:
43-
- name: Check out Git repository
44-
uses: actions/checkout@v3
45-
46-
- name: Run stylua
47-
uses: JohnnyMorganz/stylua-action@v3
48-
with:
49-
token: ${{ secrets.GITHUB_TOKEN }}
50-
version: latest
51-
args: --check ./src
1+
name: CI
2+
3+
on:
4+
# Trigger the workflow on push or pull request,
5+
# but only for the main branch
6+
push:
7+
branches:
8+
- main
9+
# Replace pull_request with pull_request_target if you
10+
# plan to use this action with forks, see the Limitations section
11+
pull_request:
12+
branches:
13+
- main
14+
15+
# Down scope as necessary via https://docs.github.com/en/actions/security-guides/automatic-token-authentication#modifying-the-permissions-for-the-github_token
16+
permissions:
17+
checks: write
18+
contents: write
19+
20+
jobs:
21+
run-linter:
22+
name: Run linter
23+
runs-on: ubuntu-latest
24+
25+
steps:
26+
- name: Check out Git repository
27+
uses: actions/checkout@v3
28+
29+
- name: Install aftman
30+
uses: ok-nick/[email protected]
31+
with:
32+
token: ${{ secrets.GITHUB_TOKEN }}
33+
34+
- name: Run selene
35+
run: |
36+
selene ./src
37+
38+
run-styler:
39+
name: Run styler
40+
runs-on: ubuntu-latest
41+
42+
steps:
43+
- name: Check out Git repository
44+
uses: actions/checkout@v3
45+
46+
- name: Run stylua
47+
uses: JohnnyMorganz/stylua-action@v3
48+
with:
49+
token: ${{ secrets.GITHUB_TOKEN }}
50+
version: latest
51+
args: --check ./src

0 commit comments

Comments
 (0)