Actions aufsetzen #38

Merged
flixcoo merged 40 commits from setup/17-actions-aufsetzen into development 2025-11-19 19:35:07 +00:00
Showing only changes of commit 17c14dd230 - Show all commits

View File

@@ -6,6 +6,7 @@ on:
jobs: jobs:
lint: lint:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: node:18-bullseye
steps: steps:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v4 uses: actions/checkout@v4
@@ -21,7 +22,7 @@ jobs:
wget https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_3.35.6-stable.tar.xz wget https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_3.35.6-stable.tar.xz
tar xf flutter_linux_3.35.6-stable.tar.xz tar xf flutter_linux_3.35.6-stable.tar.xz
# Flutter zum PATH hinzufügen # Flutter zum PATH hinzufügen
echo "$(pwd)/flutter/bin" >> $GITHUB_PATH echo "$(pwd)/flutter/bin" >> /usr/local/bin
# Flutter Doctor ausführen (optional) # Flutter Doctor ausführen (optional)
flutter doctor -v flutter doctor -v