mirror of
https://github.com/fkie-cad/awesome-embedded-and-iot-security.git
synced 2024-12-18 12:34:29 -05:00
added awesome-lint github action
This commit is contained in:
parent
c0f40694a0
commit
94140ec36e
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:
|
||||
build:
|
||||
name: awesome-lint (double link)
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: Scrum/awesome-readme-lint-double-link-action@v0.1.13
|
||||
with:
|
||||
entry: 'readme.md'
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
Loading…
Reference in New Issue
Block a user