Skip to content

🚚 chore(deps-dev): Bump lint-staged from 15.2.10 to 15.2.11 #1253

🚚 chore(deps-dev): Bump lint-staged from 15.2.10 to 15.2.11

🚚 chore(deps-dev): Bump lint-staged from 15.2.10 to 15.2.11 #1253

Workflow file for this run

name: Test configuration
on:
push:
pull_request:
branches:
- master
jobs:
run-tests:
name: Run all unit tests and generate coverage report
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'yarn'
- name: Install packages
run: yarn install
- name: Lint package
run: yarn lint
- name: Run tests
run: yarn test
- name: Create coverage report
run: yarn coverage