Skip to content

chore(deps-dev): bump the npm group across 1 directory with 12 updates #38

chore(deps-dev): bump the npm group across 1 directory with 12 updates

chore(deps-dev): bump the npm group across 1 directory with 12 updates #38

Workflow file for this run

name: ci
on:
pull_request:
branches: [ main ]
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
jobs:
web:
runs-on: ubuntu-24.04
steps:
- name: Checkout repository
uses: actions/[email protected]
- name: Setup Node.js
uses: volta-cli/[email protected]
- name: Install third party dependencies
run: npm ci
- name: Check for linting warnings and errors
run: npm run lint
- name: Run tests
run: npm run test
- name: Report Coverage
if: always()
uses: davelosert/[email protected]