Skip to content

Merge pull request #230 from webnard/improve-messaging #586

Merge pull request #230 from webnard/improve-messaging

Merge pull request #230 from webnard/improve-messaging #586

Workflow file for this run

name: CI
on:
push:
branches: [ "develop", "master" ]
pull_request:
branches: [ "develop", "master" ]
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node.js environment
uses: actions/[email protected]
- name: Run npm
run: npm ci
- name: Check lint
run: npm run lint