Skip to content

chore(deps-dev): bump semantic-release from 21.0.1 to 23.1.1 #156

chore(deps-dev): bump semantic-release from 21.0.1 to 23.1.1

chore(deps-dev): bump semantic-release from 21.0.1 to 23.1.1 #156

Workflow file for this run

name: Check
on:
pull_request:
branches:
- main
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: bahmutov/npm-install@v1
- run: yarn lint
- run: yarn test --coverage
- run: yarn build