Skip to content

Commit 685f383

Browse files
author
Karl-Johan Alm
committed
parallelize GA jobs
1 parent cbd78b0 commit 685f383

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/github-action-checks.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,18 @@ name: GitHub Actions Check
22
run-name: ${{ github.actor }} Checks 🚀
33
on: [push, pull_request]
44
jobs:
5-
All-Checks:
5+
Link-Format-Checks:
66
runs-on: ubuntu-latest
77
steps:
88
- uses: actions/checkout@v3
99
- run: scripts/link-format-chk.sh
10+
Build-Table-Checks:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: actions/checkout@v3
1014
- run: scripts/buildtable.pl >/tmp/table.mediawiki || exit 1
15+
Diff-Checks:
16+
runs-on: ubuntu-latest
17+
steps:
18+
- uses: actions/checkout@v3
1119
- run: scripts/diffcheck.sh

0 commit comments

Comments
 (0)