From 5773ade7223732472fcf1de380e6b31bf7eccb39 Mon Sep 17 00:00:00 2001 From: Sadra Yahyapour Date: Sat, 7 Sep 2024 14:34:31 +0330 Subject: [PATCH] Create linter.yml --- .github/workflows/linter.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/linter.yml diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml new file mode 100644 index 0000000..68a8ed9 --- /dev/null +++ b/.github/workflows/linter.yml @@ -0,0 +1,14 @@ +name: Awesome Linter +on: + pull_request: + branches: [main] + workflow_dispatch: + +jobs: + Awesome_Lint: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + with: + fetch-depth: 0 + - run: npx awesome-lint