chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
name: Run Checks
|
||||
|
||||
on: pull_request
|
||||
|
||||
permissions:
|
||||
id-token: write
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
run-checks:
|
||||
runs-on: depot-ubuntu-22.04-8
|
||||
timeout-minutes: 15
|
||||
env:
|
||||
NODE_OPTIONS: '--max_old_space_size=8192'
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Setup
|
||||
uses: ./.github/actions/setup
|
||||
- run: pnpm run check:dep
|
||||
- run: pnpm run check:sherif
|
||||
- run: pnpm run check:oxlint
|
||||
- run: pnpm run check:format
|
||||
- run: pnpm run check:eslint
|
||||
- run: pnpm run check:bplint
|
||||
- run: pnpm run check:type
|
||||
- run: pnpm run test
|
||||
Reference in New Issue
Block a user