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 9032ea02c9 - Show all commits

View file

@ -6,11 +6,9 @@ on:
jobs: jobs:
lint: lint:
runs-on: cth-ubuntu-latest runs-on: cth-ubuntu-latest
container:
image: docker.atomaka.com/mdformat
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- run: mdformat --check _posts/ - run: docker run docker.atomaka.com/mdformat mdformat --check _posts/
build: build:
runs-on: cth-ubuntu-latest runs-on: cth-ubuntu-latest
steps: steps: