mirror of
https://github.com/FalconOpsLLC/goexec
synced 2026-06-06 15:44:27 +00:00
Update docs workflow
This commit is contained in:
@@ -1,4 +1,19 @@
|
||||
name: docs.yml
|
||||
name: Docs
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
linkinator:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v6
|
||||
- uses: JustinBeckwith/linkinator-action@v2
|
||||
with:
|
||||
paths: README.md
|
||||
Reference in New Issue
Block a user