Skip to content

Bump lint-staged from 13.0.3 to 15.2.2 #237

Bump lint-staged from 13.0.3 to 15.2.2

Bump lint-staged from 13.0.3 to 15.2.2 #237

Workflow file for this run

name: Testing CI
on:
workflow_dispatch:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup NodeJs
uses: actions/setup-node@v2
with:
node-version: '16.13.1'
- name: Install dependencies
run: npm ci
- name: Lint
run: npm run lint
- name: Build
run: npm run build
- name: Unit test
run: npm run test --- --coverage
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2