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:
|
jobs:
|
||||||
lint:
|
lint:
|
||||||
runs-on: cth-ubuntu-latest
|
runs-on: cth-ubuntu-latest
|
||||||
container:
|
|
||||||
image: docker.atomaka.com/mdformat
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- run: mdformat --check _posts/
|
- run: docker run docker.atomaka.com/mdformat mdformat --check _posts/
|
||||||
build:
|
build:
|
||||||
runs-on: cth-ubuntu-latest
|
runs-on: cth-ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in a new issue