Skip to content

Commit

Permalink
ci: lint with npx (jthegedus#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
jthegedus authored Jun 22, 2021
1 parent 8c55b5f commit 15366ea
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
@@ -1,4 1,4 @@
name: Lint Awesome List
name: lint
on:
pull_request:
push:
Expand All @@ -7,14 7,15 @@ on:

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

0 comments on commit 15366ea

Please sign in to comment.