diff --git a/.github/workflows/ESLint.yml b/.github/workflows/ESLint.yml new file mode 100644 index 0000000..3044e3e --- /dev/null +++ b/.github/workflows/ESLint.yml @@ -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