File tree Expand file tree Collapse file tree 1 file changed +25
-2
lines changed Expand file tree Collapse file tree 1 file changed +25
-2
lines changed Original file line number Diff line number Diff line change 2525 node-version : ${{ matrix.node-version }}
2626 - run : npm install -g nyc
2727 - run : npm ci
28- - run : npx tsc
29- - run : npm run lint
3028 - run : npm run test:cover
3129 - uses : codecov/codecov-action@v5
3230 with :
4947 - run : npm ci
5048 - run : npm run test:browser -- --browsers ${{ matrix.browser }}
5149
50+ lint :
51+ runs-on : ubuntu-latest
52+ steps :
53+ - uses : actions/checkout@v4
54+ - name : Setup Node.js
55+ uses : actions/setup-node@v4
56+ with :
57+ cache : npm
58+ node-version : ' 22'
59+ - run : npm ci
60+ - run : npx tsc
61+ - run : npm run lint
5262
5363 deno :
5464 runs-on : ubuntu-latest
7080 - run : bun install
7181 - run : npm run test:bun
7282
83+ timeline :
84+ runs-on : ubuntu-latest
85+ permissions :
86+ actions : read
87+ needs :
88+ - nodejs
89+ - browser
90+ - lint
91+ - deno
92+ - bun
93+ steps :
94+ - uses : Kesin11/actions-timeline@v2
95+
You can’t perform that action at this time.
0 commit comments