Skip to content

Commit

Permalink
Merge pull request #16 from TLP-COI/master
Browse files Browse the repository at this point in the history
add changes from upstream to pass checks
  • Loading branch information
rtbs-dev authored Apr 3, 2024
2 parents 9bdd522 + 92f4db6 commit e64bc81
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,10 @@ name: Lint Awesome List
on: [pull_request, push]

jobs:
awesome-lint:
name: "lint: awesome-lint"
Awesome_Lint:
runs-on: ubuntu-latest
steps:
- name: "checkout repo"
uses: actions/[email protected]
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: "lint: awesome-lint"
uses: jthegedus/[email protected] # I trust me, so will happily use Tag versioning over commit_sha
with:
args: ./readme.md
- run: npx awesome-lint

0 comments on commit e64bc81

Please sign in to comment.