We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbd78b0 commit 685f383Copy full SHA for 685f383
.github/workflows/github-action-checks.yml
@@ -2,10 +2,18 @@ name: GitHub Actions Check
2
run-name: ${{ github.actor }} Checks 🚀
3
on: [push, pull_request]
4
jobs:
5
- All-Checks:
+ Link-Format-Checks:
6
runs-on: ubuntu-latest
7
steps:
8
- uses: actions/checkout@v3
9
- run: scripts/link-format-chk.sh
10
+ Build-Table-Checks:
11
+ runs-on: ubuntu-latest
12
+ steps:
13
+ - uses: actions/checkout@v3
14
- run: scripts/buildtable.pl >/tmp/table.mediawiki || exit 1
15
+ Diff-Checks:
16
17
18
19
- run: scripts/diffcheck.sh
0 commit comments