Skip to content

chore(deps): update benhodgson87/conventional-pull-request-action action to v1 #188

chore(deps): update benhodgson87/conventional-pull-request-action action to v1

chore(deps): update benhodgson87/conventional-pull-request-action action to v1 #188

Workflow file for this run

name: Lint
on:
pull_request:
merge_group:
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
with:
show-progress: false
- name: Setup Node.js
id: setup-node
uses: actions/setup-node@v4
with:
node-version-file: .node-version
cache: npm
- name: Install dependencies
run: npm ci
- name: Lint
run: npm run lint