mirror of
https://github.com/qazbnm456/awesome-web-security.git
synced 2025-03-12 09:46:35 -04:00
GitHub Actions
This commit is contained in:
parent
af4724d968
commit
6016d37764
18
.github/workflows/validate.yml
vendored
Normal file
18
.github/workflows/validate.yml
vendored
Normal file
@ -0,0 +1,18 @@
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
schedule:
|
||||
# Run at 12:00 in working days
|
||||
- cron: 0 12 * * 0-5
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: Validate links
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- name: Validate links
|
||||
uses: ad-m/report-link-action@master
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
Loading…
x
Reference in New Issue
Block a user