From a1009fa5bb9cd531f0fe236406ad746141ca65fb Mon Sep 17 00:00:00 2001 From: alexey semenyuk Date: Sat, 14 Oct 2023 20:11:23 +0000 Subject: [PATCH] Update lint --- .github/workflows/action.yml | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index f768b05..880a0c9 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -1,19 +1,14 @@ name: CI on: - push: - branches: [ "main" ] pull_request: - branches: [ "main" ] - - workflow_dispatch: - + branches: [main] + jobs: - build: + Awesome_Lint: runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v1.2.0 - - uses: max/awesome-lint@v2.0.0 + - uses: actions/checkout@v2 with: - filename: README.md + fetch-depth: 0 + - run: npx awesome-lint