diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index 896df67..ac91525 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -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: