.gitea/workflows/demo.yaml aktualisiert
Some checks failed
Gitea Actions Demo / flutter (push) Failing after 6m19s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 14s

This commit is contained in:
jusax23 2023-11-25 21:58:08 +01:00
parent 6cb74d9906
commit 33f199f7ca

View file

@ -3,6 +3,13 @@ run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: [push]
jobs:
flutter:
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
channel: 'beta'
- run: flutter --version
Explore-Gitea-Actions:
runs-on: ubuntu-latest
steps: