Skip to content

feat: add trigger roles, update autorecord defaults #485

feat: add trigger roles, update autorecord defaults

feat: add trigger roles, update autorecord defaults #485

Workflow file for this run

name: ESLint
on:
push:
workflow_dispatch:
jobs:
lint:
name: Lint source code
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Install Node v18
uses: actions/setup-node@v1
with:
node-version: 18.x
- name: Install dependencies
run: yarn
- name: Run ESLint
run: yarn lint