Mount the image
Some checks failed
Linting / build (pull_request) Successful in 17s
Linting / lint (pull_request) Failing after 15s

This commit is contained in:
Andrew Tomaka 2024-07-12 21:37:08 -04:00
parent 9032ea02c9
commit fe2a7117c4
Signed by: atomaka
GPG key ID: 61209BF70A5B18BE

View file

@ -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: