mirror of
https://github.com/fkie-cad/awesome-embedded-and-iot-security.git
synced 2024-12-18 04:24:23 -05:00
Merge pull request #24 from fkie-cad/lint-github-action
added awesome-lint github action
This commit is contained in:
commit
45979d5f15
17
.github/workflows/awesome-lint.yml
vendored
Normal file
17
.github/workflows/awesome-lint.yml
vendored
Normal 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'
|
@ -35,6 +35,8 @@ They are easy to use and you do not need to be an expert to get first meaningful
|
|||||||
- [Blogs](#blogs)
|
- [Blogs](#blogs)
|
||||||
- [Tutorials and Technical Background](#tutorials-and-technical-background)
|
- [Tutorials and Technical Background](#tutorials-and-technical-background)
|
||||||
- [Conferences](#conferences)
|
- [Conferences](#conferences)
|
||||||
|
- [Contribute](#contribute)
|
||||||
|
- [License](#license)
|
||||||
|
|
||||||
## Software Tools
|
## Software Tools
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user