From a75db5135e553856690b11d1efe2b2a562bfc3cd Mon Sep 17 00:00:00 2001 From: balintkissdev Date: Wed, 9 Dec 2020 19:09:30 +0100 Subject: [PATCH] Add CI --- .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..98999de --- /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 \ No newline at end of file