Run docker container directly

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: