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 76c1a08 commit 6dc874dCopy full SHA for 6dc874d
.cirrus.yml
.github/workflows/github-action-checks.yml
@@ -0,0 +1,11 @@
1
+name: GitHub Actions Check
2
+run-name: ${{ github.actor }} Checks 🚀
3
+on: [push, pull_request]
4
+jobs:
5
+ All-Checks:
6
+ runs-on: ubuntu-latest
7
+ steps:
8
+ - uses: actions/checkout@v3
9
+ - run: scripts/link-format-chk.sh
10
+ - run: scripts/buildtable.pl >/tmp/table.mediawiki || exit 1
11
+ - run: scripts/diffcheck.sh
0 commit comments