Skip to content

Lint

Lint #49

Workflow file for this run

name: Lint
on:
# NOTE: Runs on branch to tag creation.
create:
branches: [ master ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
container: node:latest
steps:
- uses: thaibault/install-npm-package-dependencies-action@main
- name: Run lint
run: yarn lint