This repository was archived by the owner on May 1, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +25
-25
lines changed Expand file tree Collapse file tree 1 file changed +25
-25
lines changed Original file line number Diff line number Diff line change 1
- name : autofix.ci
1
+ # name: autofix.ci
2
2
3
- on :
4
- push :
5
- branches :
6
- - main
3
+ # on:
4
+ # push:
5
+ # branches:
6
+ # - main
7
7
8
- pull_request :
9
- branches :
10
- - main
8
+ # pull_request:
9
+ # branches:
10
+ # - main
11
11
12
- jobs :
13
- autofix :
14
- runs-on : ubuntu-latest
15
- timeout-minutes : 10
12
+ # jobs:
13
+ # autofix:
14
+ # runs-on: ubuntu-latest
15
+ # timeout-minutes: 10
16
16
17
- steps :
18
- - uses : actions/checkout@v4
17
+ # steps:
18
+ # - uses: actions/checkout@v4
19
19
20
- - uses : pnpm/action-setup@v4
20
+ # - uses: pnpm/action-setup@v4
21
21
22
- - name : Use Node.js lts/*
23
- uses : actions/setup-node@v4
24
- with :
25
- node-version : lts/*
26
- cache : pnpm
22
+ # - name: Use Node.js lts/*
23
+ # uses: actions/setup-node@v4
24
+ # with:
25
+ # node-version: lts/*
26
+ # cache: pnpm
27
27
28
- - name : Install
29
- run : pnpm install --frozen-lockfile
28
+ # - name: Install
29
+ # run: pnpm install --frozen-lockfile
30
30
31
- - name : Lint
32
- run : pnpm run lint --fix
31
+ # - name: Lint
32
+ # run: pnpm run lint --fix
33
33
34
- - uses : autofix-ci/action@v1
34
+ # - uses: autofix-ci/action@v1
You can’t perform that action at this time.
0 commit comments