Create main.yml

This commit is contained in:
DanielNoord
2021-01-26 23:17:59 +01:00
committed by GitHub
parent cd3a9caab5
commit 94ba7487b1

11
.github/workflows/main.yml vendored Normal file
View File

@@ -0,0 +1,11 @@
name: CI
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: yarn
- name: Run ESLint
run: eslint . --ext .js