.gitea/workflows/demo.yaml aktualisiert
This commit is contained in:
parent
6cb74d9906
commit
33f199f7ca
1 changed files with 7 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue