awesome-embedded-and-iot-se.../.github/workflows/awesome-lint.yml
René Helmke 3bc3511e79
awesome lint fix (#35)
* awesome-lint action fix
* fix linting errors
  * toc youtube channels entry, ignore awesome-license rule during linting
2023-10-17 14:21:12 +02:00

17 lines
325 B
YAML

name: awesome-lint github action
on:
pull_request:
branches: [master]
push:
branches: [master]
jobs:
awesome-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0 # fix remark-lint:awesome-git-repo-age
- run: 'npx awesome-lint "readme.md"'