mirror of
https://github.com/fkie-cad/awesome-embedded-and-iot-security.git
synced 2025-02-12 04:41:32 -05:00
switched github action
This commit is contained in:
parent
94140ec36e
commit
800f837aba
10
.github/workflows/awesome-lint.yml
vendored
10
.github/workflows/awesome-lint.yml
vendored
@ -5,13 +5,11 @@ on:
|
|||||||
branches: [master]
|
branches: [master]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
awesome-lint:
|
||||||
name: awesome-lint (double link)
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: Scrum/awesome-readme-lint-double-link-action@v0.1.13
|
- name: Test awesome-lint with custom file path
|
||||||
|
uses: jthegedus/github-action-awesome-lint@68fc989d5a01aa127ce502a59f72ebe4166386f1 # commit_sha of tag v0.1.0
|
||||||
with:
|
with:
|
||||||
entry: 'readme.md'
|
args: 'readme.md'
|
||||||
env:
|
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user