atomaka.com/.gitea/workflows/lint.yaml
Andrew Tomaka 74c9adaa82
Some checks failed
Linting / lint (pull_request) Failing after 6s
Linting / build (pull_request) Failing after 17s
Check out the source
2024-07-12 21:10:22 -04:00

21 lines
396 B
YAML

name: Linting
on:
pull_request:
jobs:
lint:
runs-on: cth-ubuntu-latest
container:
image: docker.atomaka.com/mdformat
steps:
- uses: actions/checkout@v4
- run: mdformat --check _posts/
build:
runs-on: cth-ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |
gem install bundler
bundle install
bundle exec jekyll build