Skip to content

chore(deps-dev): bump semantic-release from 18.0.1 to 23.0.8 #1655

chore(deps-dev): bump semantic-release from 18.0.1 to 23.0.8

chore(deps-dev): bump semantic-release from 18.0.1 to 23.0.8 #1655

Workflow file for this run

name: Lint
on: [push]
jobs:
eslint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 16.x
- name: npm install, build, and lint
run: |
npm install
npm run build --if-present
npm run-script lint