diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 5e2f5f1..78e8058 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -2,8 +2,10 @@ name: Lint Awesome List on: [push, pull_request] jobs: lint: - name: Lint + name: Awesome_Lint runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1.0.0 - - uses: max/awesome-lint@v2.0.0 + - uses: actions/checkout@v2 + with: + fetch-depth: 0 + - run: npx awesome-lint