Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.

Commit e8ce0de

Browse files
committed
chore: disable autofix.ci
1 parent 7a6c671 commit e8ce0de

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed

.github/workflows/autofix.yml

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,34 @@
1-
name: autofix.ci
1+
# name: autofix.ci
22

3-
on:
4-
push:
5-
branches:
6-
- main
3+
# on:
4+
# push:
5+
# branches:
6+
# - main
77

8-
pull_request:
9-
branches:
10-
- main
8+
# pull_request:
9+
# branches:
10+
# - main
1111

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
1616

17-
steps:
18-
- uses: actions/checkout@v4
17+
# steps:
18+
# - uses: actions/checkout@v4
1919

20-
- uses: pnpm/action-setup@v4
20+
# - uses: pnpm/action-setup@v4
2121

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
2727

28-
- name: Install
29-
run: pnpm install --frozen-lockfile
28+
# - name: Install
29+
# run: pnpm install --frozen-lockfile
3030

31-
- name: Lint
32-
run: pnpm run lint --fix
31+
# - name: Lint
32+
# run: pnpm run lint --fix
3333

34-
- uses: autofix-ci/action@v1
34+
# - uses: autofix-ci/action@v1

0 commit comments

Comments
 (0)