Skip to content

fix(semantic-release): run build on code release #146

fix(semantic-release): run build on code release

fix(semantic-release): run build on code release #146

Workflow file for this run

name: Linting
on: push
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm ci
- run: npm run lint