mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-08-28 17:21:05 +00:00
12 lines
192 B
YAML
12 lines
192 B
YAML
name: Run lint
|
|
description: Run ESLint on src.
|
|
|
|
runs:
|
|
using: composite
|
|
steps:
|
|
- name: Lint
|
|
shell: bash
|
|
run: npm run lint
|
|
env:
|
|
ESLINT_USE_FLAT_CONFIG: "false"
|