diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..8f0ce38 --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,14 @@ +name: CI +on: + push: + branches: [main] + pull_request: + branches: [main] +jobs: + Awesome_Lint: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + with: + fetch-depth: 0 + - run: npx awesome-lint