Skip to content

Bump the npm_and_yarn group across 1 directory with 6 updates #13

Bump the npm_and_yarn group across 1 directory with 6 updates

Bump the npm_and_yarn group across 1 directory with 6 updates #13

Workflow file for this run

name: Build and run tests
'on':
push:
branches:
- main
pull_request:
types:
- opened
- synchronize
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: npm ci
- name: Run lint
run: npm run lint
- name: Run build
run: npm run build
- name: Run test
run: npm run test