From 0cd8534b566b02d6156c6fb97cc5a650441854ca Mon Sep 17 00:00:00 2001 From: Mohamed Elashri Date: Mon, 3 Jun 2024 17:21:11 +0000 Subject: [PATCH] Add awesome-lint CI. --- .github/workflows/lint.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/lint.yml diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml new file mode 100644 index 0000000..3ac8e81 --- /dev/null +++ b/.github/workflows/lint.yml @@ -0,0 +1,17 @@ +name: Awesome Lint CI +on: + push: + branches: ['main'] + pull_request: + branches: ['**'] + schedule: + - cron: "0 7 * * *" +jobs: + Awesome_Lint: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + with: + fetch-depth: 0 + - name: Run Awesome Lint + run: npx awesome-lint