Update hostapd-wpe against hostapd 2.11 #13
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Markdown link check" | |
on: | |
# Allows you to run this workflow manually from the Actions tab | |
workflow_dispatch: | |
push: | |
branches: [ master ] | |
paths: | |
- .github/workflows/markdown-link.yml | |
- '**.md' | |
pull_request: | |
branches: [ master ] | |
paths: | |
- .github/workflows/markdown-link.yml | |
- '**.md' | |
jobs: | |
markdown-link-check: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@master | |
- uses: gaurav-nelson/github-action-markdown-link-check@v1 |