Skipped other runs for testing
All checks were successful
Pull Request Pipeline / lint (pull_request) Has been skipped
Pull Request Pipeline / test (pull_request) Has been skipped
Pull Request Pipeline / format (pull_request) Successful in 2m5s

This commit is contained in:
2025-11-19 11:15:30 +01:00
parent 89d7bb54a1
commit 81cdeb7ed6

View File

@@ -5,6 +5,7 @@ on:
jobs: jobs:
lint: lint:
if: false
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: node:18-bullseye container: node:18-bullseye
steps: steps:
@@ -32,8 +33,8 @@ jobs:
run: flutter analyze lib test run: flutter analyze lib test
test: test:
if: false
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v4 uses: actions/checkout@v4
@@ -86,8 +87,8 @@ jobs:
- name: Auto-format - name: Auto-format
run: | run: |
dart format lib test dart format lib
dart fix --apply lib test dart fix --apply lib
- name: Commit Changes - name: Commit Changes
if: steps.check_changes.outputs.changes_detected == 'true' if: steps.check_changes.outputs.changes_detected == 'true'