From ec1a9783adc9e285f3602f8995692abaa62655e2 Mon Sep 17 00:00:00 2001 From: Alexey <3147449+chilikasha@users.noreply.github.com> Date: Tue, 26 Dec 2023 12:57:51 +0300 Subject: [PATCH] links fixes --- .github/workflows/mlc.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/mlc.yml b/.github/workflows/mlc.yml index 5c16509..fb69ab2 100644 --- a/.github/workflows/mlc.yml +++ b/.github/workflows/mlc.yml @@ -1,8 +1,10 @@ name: Links checker on: [push] jobs: - run: + run check: runs-on: ubuntu-latest steps: + - name: check out + uses: actions/checkout@v4 - name: check links with mlc uses: becheran/mlc@v0.16.3