Skip to content

Commit

Permalink
Skip repo age check (#1)
Browse files Browse the repository at this point in the history
* Skip repo age check

* Remove awesome-lint for now

* Update bookmark path
  • Loading branch information
ScriptAutomate authored Jul 8, 2022
1 parent 48e86d3 commit b948808
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit b948808

Please sign in to comment.