Skip to content

chore(deps-dev): bump the typescript-and-eslint group with 2 updates #954

chore(deps-dev): bump the typescript-and-eslint group with 2 updates

chore(deps-dev): bump the typescript-and-eslint group with 2 updates #954

Workflow file for this run

name: Build on PR
on:
pull_request:
branches:
- master
concurrency:
group: ${{ github.workflow }}-${{ github.base_ref }}
jobs:
run:
name: Build on PR
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
- run: npm install
- run: npm run lint
- run: npm run build
- run: npm test