Add eslint to just lint

This commit is contained in:
Alex Gleason
2023-08-31 13:21:10 -05:00
parent c6133f7160
commit 350951b88e
2 changed files with 3 additions and 2 deletions

View File

@@ -24,4 +24,4 @@ jobs:
with:
node-version: 18
- run: just install-dependencies
- run: just format-check
- run: just lint