File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -17,27 +17,27 @@ jobs:
17
17
- name : 📂 Check out Git repository
18
18
uses : actions/checkout@v4
19
19
20
- - name : 🛠️ Set up Node.js
21
- uses : actions/setup-node@v4
22
- with :
23
- node-version : ${{ matrix.node }}
20
+ # - name: 🛠️ Set up Node.js
21
+ # uses: actions/setup-node@v4
22
+ # with:
23
+ # node-version: ${{ matrix.node }}
24
24
25
25
- name : 🛠️ Set up Bun.sh
26
26
uses : oven-sh/setup-bun@v2
27
27
with :
28
28
bun-version : latest
29
29
30
30
# ESLint and Prettier must be in `package.json`
31
- - name : 📦 Install Node.js dependencies with Node.js
32
- run : npm ci
31
+ # - name: 📦 Install Node.js dependencies with Node.js
32
+ # run: npm ci
33
33
34
34
- name : 📦 Install Node.js dependencies with Bun
35
- run : bun install --frozen-lockfile
35
+ run : bun install && bun run lint:fix
36
36
37
- - name : 🧹 🎨 Run linters and formatting
38
- uses : wearerequired/lint-action@v2
39
- with :
40
- github_token : ${{ secrets.token }}
41
- # Enable linters
42
- eslint : true
43
- prettier : true
37
+ # - name: 🧹 🎨 Run linters and formatting
38
+ # uses: wearerequired/lint-action@v2
39
+ # with:
40
+ # github_token: ${{ secrets.token }}
41
+ # # Enable linters
42
+ # eslint: true
43
+ # prettier: true
You can’t perform that action at this time.
0 commit comments