From ed8e333faf22be8bcc978cb5a20fc401fd020e7e Mon Sep 17 00:00:00 2001 From: David Houston Date: Mon, 22 Mar 2021 18:34:33 -0400 Subject: [PATCH] Create awesome-lint GitHub Action to check style coherence (#46) --- .github/workflows/main.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..fe1ed24 --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,12 @@ +name: CI +on: + pull_request: + branches: [main] +jobs: + Awesome_Lint: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + with: + fetch-depth: 0 + - run: npx awesome-lint