Migrate to gitea-actions #8
1 changed files with 7 additions and 5 deletions
|
@ -9,10 +9,12 @@ jobs:
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue