Skip to content

chore: fix check-push.yml #3

chore: fix check-push.yml

chore: fix check-push.yml #3

Workflow file for this run

name: Push requests check
on:
push:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 20.x.x
cache: npm
- run: npm ci
# - run: npm run lint
# - run: npm run lint:types
# - run: npm run test