From fe2a7117c413fd64d0d54eb1ee45ebd3b86e9c89 Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Fri, 12 Jul 2024 21:37:08 -0400 Subject: [PATCH] Mount the image --- .gitea/workflows/lint.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/lint.yaml b/.gitea/workflows/lint.yaml index 1568a35..3be9a7d 100644 --- a/.gitea/workflows/lint.yaml +++ b/.gitea/workflows/lint.yaml @@ -8,7 +8,11 @@ jobs: runs-on: cth-ubuntu-latest steps: - uses: actions/checkout@v4 - - run: docker run docker.atomaka.com/mdformat mdformat --check _posts/ + - run: | + docker run \ + --volume /workspace/atomaka/atomaka.com:src \ + docker.atomaka.com/mdformat \ + mdformat --check src/_posts/ build: runs-on: cth-ubuntu-latest steps: