Create ESLint.yml

This commit is contained in:
DanielNoord
2021-01-31 14:08:07 +01:00
committed by GitHub
parent d07964cfc5
commit f4becd6a91

9
.github/workflows/ESLint.yml vendored Normal file
View File

@@ -0,0 +1,9 @@
name: ESLint
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run ESLint
run: npx eslint CookieMonster.js