Skip to content

build(deps-dev): bump eslint from 8.46.0 to 8.47.0 (#184) #672

build(deps-dev): bump eslint from 8.46.0 to 8.47.0 (#184)

build(deps-dev): bump eslint from 8.46.0 to 8.47.0 (#184) #672

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Install dependencies
run: npm install
- name: Lint commit message
run: npx commitlint --from=HEAD~1
- name: Lint codebase
run: npm run lint
- name: Run tests with coverage
run: npm test -- --ci
- name: Build package
run: npm run build
- name: Codecov
uses: codecov/codecov-action@v3