From 81fab5818055bf57302cabce03fea15d94adc47d Mon Sep 17 00:00:00 2001 From: Sven Dahlstrand Date: Fri, 11 Oct 2019 23:50:23 +0200 Subject: [PATCH] Add CI workflow with awesome-lint. --- .github/workflows/ci.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/workflows/ci.yml diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml new file mode 100644 index 0000000..4ad7e6d --- /dev/null +++ b/.github/workflows/ci.yml @@ -0,0 +1,20 @@ +name: Continuous Integration + +on: [push] + +jobs: + awesome-lint: + runs-on: ubuntu-latest + + steps: + - name: Checkout repository + uses: actions/checkout@v1 + + - name: Setup Node.js + uses: actions/setup-node@v1 + + - name: Install awesome-lint + run: npm install --global awesome-lint + + - name: Run awesome-lint + run: awesome-lint