File tree Expand file tree Collapse file tree 4 files changed +2003
-9576
lines changed
Expand file tree Collapse file tree 4 files changed +2003
-9576
lines changed Original file line number Diff line number Diff line change 99 - " main"
1010
1111jobs :
12- lint-and- format-check :
12+ check- format :
1313 runs-on : ubuntu-latest
14- strategy :
15- matrix :
16- node-version : [ 20 ]
17-
1814 steps :
1915 - uses : actions/checkout@v4
20-
21- - name : Install pnpm
22- uses : pnpm/action-setup@v4
23-
24- - name : Use NodeJs ${{ matrix.node-version }}
25- uses : actions/setup-node@v4
26- with :
27- node-version : ${{ matrix.node-version }}
28- cache : ' pnpm'
29-
30- - name : Install dependencies
31- run : pnpm install
32-
33- - name : Run ESLint
34- run : pnpm run lint
35-
36- - name : Run Prettier check
37- run : pnpm run format:check
16+ - uses : oven-sh/setup-bun@v2
17+ - run : bun install
18+ - run : bun run format:check
19+ link :
20+ runs-on : ubuntu-latest
21+ steps :
22+ - uses : actions/checkout@v4
23+ - uses : oven-sh/setup-bun@v2
24+ - run : bun install
25+ - run : bun run lint
You can’t perform that action at this time.
0 commit comments