.gitea/workflows/demo.yaml aktualisiert
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 3m45s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 3m45s
This commit is contained in:
parent
de61bec28d
commit
1e44ca0cae
1 changed files with 0 additions and 7 deletions
|
@ -3,13 +3,6 @@ run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
|||
on: [push]
|
||||
|
||||
jobs:
|
||||
flutter:
|
||||
runs-on: default
|
||||
container:
|
||||
image: ghcr.io/cirruslabs/flutter:3.16.0
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- run: flutter --version
|
||||
Explore-Gitea-Actions:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
|
Loading…
Reference in a new issue