switched github action

pull/24/head
Jörg Stucke 2021-01-05 14:07:46 +01:00
parent 94140ec36e
commit 800f837aba
1 changed files with 4 additions and 6 deletions

View File

@ -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 }}