Skip to content

migrate to labels for search fields #532

migrate to labels for search fields

migrate to labels for search fields #532

Workflow file for this run

name: Lint
on: [ pull_request ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: '18.x'
- name: Install Dependencies
run: npm ci
- name: Run Linter
run: npm run lint