mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-01 09:51:22 -08:00
Minor fixes in response to review <https://github.com/ravenbrook/mps/pull/119#issuecomment-1441605046>.
This commit is contained in:
parent
1479671d85
commit
002d5d6384
1 changed files with 2 additions and 2 deletions
4
mps/.github/workflows/fixme-check.yml
vendored
4
mps/.github/workflows/fixme-check.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue