File tree Expand file tree Collapse file tree 2 files changed +18
-9
lines changed
Expand file tree Collapse file tree 2 files changed +18
-9
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,12 @@ concurrency:
2020jobs :
2121 linting :
2222 name : ' Linting'
23- uses : SocketDev/workflows/.github/workflows/reusable-base.yml@master
24- with :
25- no-lockfile : true
26- npm-test-script : ' check-ci'
23+ runs-on : ubuntu-latest
24+ steps :
25+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
26+ - uses : SocketDev/socket-cli/.github/actions/setup@35c25823d5247a8cd15628ef2d2062cd1c199544
27+ with :
28+ node-version : ' 22'
29+
30+ - name : Run linting
31+ run : pnpm run check-ci
Original file line number Diff line number Diff line change @@ -15,8 +15,12 @@ permissions:
1515
1616jobs :
1717 type-check :
18- uses : SocketDev/workflows/.github/workflows/type-check.yml@master
19- with :
20- no-lockfile : true
21- ts-versions : ' 5.9'
22- ts-libs : ' esnext'
18+ runs-on : ubuntu-latest
19+ steps :
20+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
21+ - uses : SocketDev/socket-cli/.github/actions/setup@35c25823d5247a8cd15628ef2d2062cd1c199544
22+ with :
23+ node-version : ' 22'
24+
25+ - name : Run type check
26+ run : pnpm run check:tsc
You can’t perform that action at this time.
0 commit comments