public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc/devel/rust/master] ci: Temporarily disable Remark CI
@ 2022-06-28 12:39 Thomas Schwinge
  0 siblings, 0 replies; only message in thread
From: Thomas Schwinge @ 2022-06-28 12:39 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:7bb99a5b83766eed2f455beb20b45dd0f08edad1

commit 7bb99a5b83766eed2f455beb20b45dd0f08edad1
Author: Arthur Cohen <arthur.cohen@embecosm.com>
Date:   Tue Jun 28 09:23:24 2022 +0200

    ci: Temporarily disable Remark CI
    
    The Remark CI is breaking for seemingly unrelated reasons regarding
    JavaScript syntax. Let's disable it in the meantime and investigate so
    that our PRs can still get proper feedback

Diff:
---
 .github/workflows/Remark.yml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/Remark.yml b/.github/workflows/Remark.yml
index 9be51e243c3..7b139672285 100644
--- a/.github/workflows/Remark.yml
+++ b/.github/workflows/Remark.yml
@@ -26,6 +26,5 @@ jobs:
       run: npm install remark-cli remark-lint remark-lint-maximum-line-length remark-preset-lint-recommended remark-gfm
 
     # Run
-    - name: Check *.md files
-      run: git ls-files -z *.md | xargs -0 -n 1 npx remark -u lint -f > /dev/null
-
+    # - name: Check *.md files
+    #   run: git ls-files -z *.md | xargs -0 -n 1 npx remark -u lint -f > /dev/null


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-06-28 12:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-28 12:39 [gcc/devel/rust/master] ci: Temporarily disable Remark CI Thomas Schwinge

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).