atomaka.com/.gitea/workflows/lint.yaml

20 lines
342 B
YAML
Raw Normal View History

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