Merge pull request #24 from fkie-cad/lint-github-action

added awesome-lint github action
This commit is contained in:
0xricksanchez 2021-01-11 09:53:36 +01:00 committed by GitHub
commit 45979d5f15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 19 additions and 0 deletions

17
.github/workflows/awesome-lint.yml vendored Normal file
View File

@ -0,0 +1,17 @@
name: awesome-lint github action
on:
pull_request:
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
- name: Test awesome-lint with custom file path
uses: jthegedus/github-action-awesome-lint@68fc989d5a01aa127ce502a59f72ebe4166386f1 # commit_sha of tag v0.1.0
with:
args: 'readme.md'

View File

@ -35,6 +35,8 @@ They are easy to use and you do not need to be an expert to get first meaningful
- [Blogs](#blogs)
- [Tutorials and Technical Background](#tutorials-and-technical-background)
- [Conferences](#conferences)
- [Contribute](#contribute)
- [License](#license)
## Software Tools