mirror of
https://github.com/CHEF-KOCH/Warez
synced 2024-12-24 11:12:11 +00:00
Added github actions + VSCode settings
- Check and validate links every day at 12 - Added my VSCode settings
This commit is contained in:
parent
d7f7599396
commit
bb355e60ee
17
.github/workflows/validate.yml
vendored
Normal file
17
.github/workflows/validate.yml
vendored
Normal file
@ -0,0 +1,17 @@
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
schedule:
|
||||
- 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 }}
|
9
.vscode/settings.json
vendored
Normal file
9
.vscode/settings.json
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"markdownlint.config": {
|
||||
"default": true,
|
||||
"MD022": false,
|
||||
"MD024": false,
|
||||
"MD033": { "allowed_elements": ["a", "b", "br", "p", "img"] },
|
||||
"MD036": false
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user