Skip to content

build(deps): bump actions/checkout from 5 to 6 #202

build(deps): bump actions/checkout from 5 to 6

build(deps): bump actions/checkout from 5 to 6 #202

Workflow file for this run

name: PR check
on: [pull_request]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v6
with:
node-version: 18
- uses: actions/checkout@v6
- name: npm install
run: npm install
- name: run ESLint
run: npm run lint
- name: run tests
run: npm run test