Skip to content

impl: use conventional names for parts of a PR #1752

impl: use conventional names for parts of a PR

impl: use conventional names for parts of a PR #1752

Workflow file for this run

name: Lint
on: [workflow_dispatch, pull_request]
permissions: read-all
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
- name: Setup Node
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1
- run: npm ci --ignore-scripts
- run: npm run lint --silent
- run: ./lint.sh