Run docker container directly
Some checks failed
Linting / lint (pull_request) Failing after 13s
Linting / build (pull_request) Successful in 17s

This commit is contained in:
Andrew Tomaka 2024-07-12 21:13:58 -04:00
parent 0c064fcbfb
commit 9032ea02c9
Signed by: atomaka
GPG key ID: 61209BF70A5B18BE

View file

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