Skip to content

Commit 6dc874d

Browse files
author
Karl-Johan Alm
committed
replacing Cirrus CI with github actions
1 parent 76c1a08 commit 6dc874d

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

.cirrus.yml

Lines changed: 0 additions & 7 deletions
This file was deleted.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)