From c89b4be140036f33aa24b0b0f13257b2e0264b76 Mon Sep 17 00:00:00 2001 From: Rian Negreiros Dos Santos <72347639+RianNegreiros@users.noreply.github.com> Date: Wed, 14 Feb 2024 13:14:02 -0300 Subject: [PATCH] Create main.yml --- .github/workflows/main.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..a201455 --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,12 @@ +name: Check Markdown links + +on: push + +jobs: + markdown-link-check: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@master + - uses: gaurav-nelson/github-action-markdown-link-check@v1 + with: + folder-path: ./markdown