From d89c8e3a0f51c0e619ce426526e178e7acc46cb7 Mon Sep 17 00:00:00 2001 From: DanielNoord Date: Thu, 24 Dec 2020 10:58:01 +0100 Subject: [PATCH] Create Lint.yml --- .github/workflows/Lint.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/workflows/Lint.yml diff --git a/.github/workflows/Lint.yml b/.github/workflows/Lint.yml new file mode 100644 index 0000000..93ca5ad --- /dev/null +++ b/.github/workflows/Lint.yml @@ -0,0 +1,12 @@ +name: Lint + +on: [push] + +jobs: + eslint: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v1 + - uses: stefanoeb/eslint-action@1.0.2 + with: + files: src/