1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-01 09:51:22 -08:00
This commit is contained in:
Richard Brooksby 2023-02-24 09:14:30 +00:00
parent 1479671d85
commit 002d5d6384

View file

@ -1,7 +1,7 @@
# .github/workflows/fixme-check.yml -- check for FIXME task labels
#
# This is a GitHub CI workflow
# <https://docs.github.com/en/actions/using-workflows/about-workflows>
# <https://docs.github.com/en/actions/automating-builds-and-tests/about-continuous-integration>
# to check for FIXME and similar task labels left unresolved in the
# MPS source tree.
@ -14,7 +14,7 @@ on:
- workflow_dispatch # allow manual triggering
jobs:
check-rst:
check-fixme:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3