Try container, but it will probably fail

This commit is contained in:
Andrew Tomaka 2024-07-12 21:06:54 -04:00
parent 961e9a206a
commit 4d35c3c331
Signed by: atomaka
GPG key ID: 61209BF70A5B18BE

View file

@ -0,0 +1,19 @@
name: Linting
on:
pull_request:
jobs:
lint:
runs-on: cth-ubuntu-latest
container:
image: docker.atomaka.com/mdformat
steps:
- run: mdformat --check _posts/
build:
runs-on: cth-ubuntu-latest
steps:
- run: |
gem install bundler
bundle install
bundle exec jekyll build