Migrate to gitea-actions #8

Merged
atomaka merged 19 commits from gitea-actions into master 2024-07-13 20:27:24 -04:00
Showing only changes of commit 4d35c3c331 - Show all commits

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