Use latest external workflow.

This commit is contained in:
Kevin Deldycke
2022-03-30 18:05:27 +04:00
parent f907e43ecd
commit 55eebfb5cb
7 changed files with 11 additions and 164 deletions

View File

@@ -6,26 +6,4 @@ name: Lint
jobs:
lint:
uses: kdeldycke/workflows/.github/workflows/lint.yaml@v0.9.1
lint-markdown:
name: Lint markdown
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: avto-dev/markdown-lint@v1.5.0
with:
config: '.github/markdown-lint.yaml'
args: './**/*.md'
lint-awesome:
name: Lint Awesome list
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
with:
# Fetch all history to please linter's age checks.
fetch-depth: 0
- run: |
npx awesome-lint --version
npx awesome-lint
uses: kdeldycke/workflows/.github/workflows/lint.yaml@v1.0.0