Check out the source
Some checks failed
Linting / lint (pull_request) Failing after 6s
Linting / build (pull_request) Failing after 17s

This commit is contained in:
Andrew Tomaka 2024-07-12 21:10:22 -04:00
parent 818c21bd39
commit 74c9adaa82
Signed by: atomaka
GPG key ID: 61209BF70A5B18BE

View file

@ -9,10 +9,12 @@ jobs:
container: container:
image: docker.atomaka.com/mdformat image: docker.atomaka.com/mdformat
steps: steps:
- uses: actions/checkout@v4
- run: mdformat --check _posts/ - run: mdformat --check _posts/
build: build:
runs-on: cth-ubuntu-latest runs-on: cth-ubuntu-latest
steps: steps:
- uses: actions/checkout@v4
- run: | - run: |
gem install bundler gem install bundler
bundle install bundle install