summaryrefslogtreecommitdiff
path: root/.github/workflows/github-action-checks.yml
diff options
context:
space:
mode:
authorAva Chow <github@achow101.com>2024-04-24 19:16:30 -0400
committerAva Chow <github@achow101.com>2024-05-01 17:02:06 -0400
commit09439bb6626305c0bf146069cf8ea467d05b87c5 (patch)
tree7a242fa0ff2c472d3da10fe6f283a0e80c0c399f /.github/workflows/github-action-checks.yml
parent94ca14f34eaa776411365eb87c1f5e32b453b8c2 (diff)
downloadbips-09439bb6626305c0bf146069cf8ea467d05b87c5.tar.xz
ci: Clarify that diffchecks fails until a number is assigned
Diffstat (limited to '.github/workflows/github-action-checks.yml')
-rw-r--r--.github/workflows/github-action-checks.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/github-action-checks.yml b/.github/workflows/github-action-checks.yml
index b18267e..8a7d2ac 100644
--- a/.github/workflows/github-action-checks.yml
+++ b/.github/workflows/github-action-checks.yml
@@ -13,6 +13,7 @@ jobs:
- uses: actions/checkout@v4
- run: scripts/buildtable.pl >/tmp/table.mediawiki || exit 1
Diff-Checks:
+ name: "Diff Checks (fails until number assignment)"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4