Run docker container directly
This commit is contained in:
parent
0c064fcbfb
commit
9032ea02c9
1 changed files with 1 additions and 3 deletions
|
@ -6,11 +6,9 @@ on:
|
|||
jobs:
|
||||
lint:
|
||||
runs-on: cth-ubuntu-latest
|
||||
container:
|
||||
image: docker.atomaka.com/mdformat
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: mdformat --check _posts/
|
||||
- run: docker run docker.atomaka.com/mdformat mdformat --check _posts/
|
||||
build:
|
||||
runs-on: cth-ubuntu-latest
|
||||
steps:
|
||||
|
|
Loading…
Reference in a new issue