Create ESLint.yml
This commit is contained in:
9
.github/workflows/ESLint.yml
vendored
Normal file
9
.github/workflows/ESLint.yml
vendored
Normal 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
|
||||
Reference in New Issue
Block a user