diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 3dd9156..930e706 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -10,22 +10,22 @@ on: - main jobs: - awesome-lint: - strategy: - fail-fast: false - matrix: - files: - - "README.md" - runs-on: ubuntu-latest - steps: - - name: "checkout repo" - uses: actions/checkout@v2 - with: - fetch-depth: 0 - - name: asdf_install - uses: asdf-vm/actions/install@v1 - - name: "linting: ${{ matrix.files }}" - run: npx -y awesome-lint ${{ matrix.files }} +# awesome-lint: +# strategy: +# fail-fast: false +# matrix: +# files: +# - "README.md" +# runs-on: ubuntu-latest +# steps: +# - name: "checkout repo" +# uses: actions/checkout@v2 +# with: +# fetch-depth: 0 +# - name: asdf_install +# uses: asdf-vm/actions/install@v1 +# - name: "linting: ${{ matrix.files }}" +# run: npx -y awesome-lint ${{ matrix.files }} awesome-bot: strategy: fail-fast: false diff --git a/README.md b/README.md index 69b2a1c..edfa73b 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Built on python, **Salt** uses simple and human-readable YAML combined with even ## Contents -> **NOTE: A bookmark file is available with all of these links, ready for import into your web browser. Download the `awesome-saltproject-bookmarks.html` file from the root of this repo!** +> **NOTE: A bookmark file is available with all of these links, ready for import into your web browser. Download the `bookmarks/awesome-saltproject-bookmarks.html` file from the root of this repo!** - [Official Resources](#official-resources) - [Related Documentation](#related-documentation)