From f5a188156b667f7634c658869c1a764ae4351b1c Mon Sep 17 00:00:00 2001 From: markgrichanik Date: Fri, 25 Sep 2020 15:02:52 +0300 Subject: [PATCH] Create lint.yml --- lint.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 lint.yml diff --git a/lint.yml b/lint.yml new file mode 100644 index 0000000..728e1eb --- /dev/null +++ b/lint.yml @@ -0,0 +1,10 @@ +name: Lint + +on: [push] + +jobs: + eslint: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v1 + - uses: stefanoeb/eslint-action@1.0.2