Use absolute path
Some checks failed
Linting / lint (pull_request) Failing after 15s
Linting / build (pull_request) Successful in 13s

This commit is contained in:
Andrew Tomaka 2024-07-12 22:01:06 -04:00
parent fe2a7117c4
commit c7725058dc
Signed by: atomaka
GPG key ID: 61209BF70A5B18BE

View file

@ -10,9 +10,9 @@ jobs:
- uses: actions/checkout@v4
- run: |
docker run \
--volume /workspace/atomaka/atomaka.com:src \
--volume /workspace/atomaka/atomaka.com:/src \
docker.atomaka.com/mdformat \
mdformat --check src/_posts/
mdformat --check /src/_posts/
build:
runs-on: cth-ubuntu-latest
steps: