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 74c9adaa82 - Show all commits

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