Mount the image
This commit is contained in:
parent
9032ea02c9
commit
fe2a7117c4
1 changed files with 5 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue