Skip to content

- Feature: method all for directories (#10) #26

- Feature: method all for directories (#10)

- Feature: method all for directories (#10) #26

Workflow file for this run

name: CI Pipeline
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
name: Get & Format & Analyze
steps:
- uses: actions/checkout@v4
- name: Set up Dart
uses: dart-lang/setup-dart@v1
# Make sure the stable version of Flutter is available
- name: Set up Flutter
uses: subosito/flutter-action@v2
with:
channel: "stable"
architecture: x64
cache: true
- run: flutter --version
- name: Format code
run: dart format --output=none --set-exit-if-changed .