Skip to content

Improve signature of creation/locator configs #74

Improve signature of creation/locator configs

Improve signature of creation/locator configs #74

Workflow file for this run

---
name: linting
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
name: linting
steps:
- name: Checkout Repository
uses: actions/checkout@v3
with:
fetch-depth: 1
- name: Setup Node.js
uses: actions/setup-node@v3
with:
always-auth: false
node-version: 20.x
- name: Install
run: |
npm install --ignore-scripts
- name: Run lint
run: npm run lint