Skip to content

Chore(deps): Bump the npm_and_yarn group across 1 directory with 5 updates #604

Chore(deps): Bump the npm_and_yarn group across 1 directory with 5 updates

Chore(deps): Bump the npm_and_yarn group across 1 directory with 5 updates #604

Workflow file for this run

name: Lint files
on:
pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 18.x
uses: actions/setup-node@v4
with:
node-version: 18
- run: npm i
- run: npm run lint
- run: npm run lint-tsc