This commit is contained in:
parent
e7ebcc0d3a
commit
a4939737fe
11
.gitea/workflows/linter.yaml
Normal file
11
.gitea/workflows/linter.yaml
Normal file
@ -0,0 +1,11 @@
|
||||
name: CI
|
||||
on: push
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Install modules
|
||||
run: yarn
|
||||
- name: Run ESLint
|
||||
run: eslint
|
Loading…
x
Reference in New Issue
Block a user