mirror of
https://github.com/zoriya/ags.git
synced 2026-06-07 20:21:39 +00:00
Create lint.yml
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
name: Lint
|
||||
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: lint and typecheck
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: latest
|
||||
cache: 'npm'
|
||||
- run: npm ci
|
||||
- run: npm test
|
||||
Reference in New Issue
Block a user