From b054092320e74dade01156f776c9af6a02851df4 Mon Sep 17 00:00:00 2001 From: mahula Date: Tue, 9 Jan 2024 15:22:30 +0100 Subject: [PATCH] undo testing changes --- .github/workflows/check-documentation.yml | 4 ++-- backend/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check-documentation.yml b/.github/workflows/check-documentation.yml index 04b59f559..8f6a67813 100644 --- a/.github/workflows/check-documentation.yml +++ b/.github/workflows/check-documentation.yml @@ -33,8 +33,8 @@ jobs: - name: Check Markdown Links uses: gaurav-nelson/github-action-markdown-link-check@master with: - use-quiet-mode: 'no' - use-verbose-mode: 'yes' + use-quiet-mode: 'yes' + use-verbose-mode: 'no' check-modified-files-only: 'no' config-file: '.github/workflows/mlc_config.json' base-branch: 'master' diff --git a/backend/README.md b/backend/README.md index f552ffff5..b67b44240 100644 --- a/backend/README.md +++ b/backend/README.md @@ -186,7 +186,7 @@ To run the migration: $ docker exec backend yarn run db:migrate up ``` -@tab Without DockerTESTING +@tab Without Docker Generate a data migration file: