Skip to content

Compare: align action chips and give them breathing room #78

Compare: align action chips and give them breathing room

Compare: align action chips and give them breathing room #78

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- name: Use Node.js
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
with:
node-version: '10.x'
- name: Install dependencies
run: npm ci
- name: Verify lint
run: npm run lint