Added container
Some checks failed
Pull Request Pipeline / lint (pull_request) Failing after 1m32s
Pull Request Pipeline / test (pull_request) Has been skipped

This commit is contained in:
2025-11-19 10:19:45 +01:00
parent 7123d36cd8
commit 17c14dd230

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