Skip to content

Replace registries with new add command which installs from git without filtering #155

Replace registries with new add command which installs from git without filtering

Replace registries with new add command which installs from git without filtering #155

Workflow file for this run

name: Format
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dart-lang/setup-dart@v1
with:
sdk: "3.11.0"
- name: Install dependencies
run: dart pub get
- name: Check formatting
run: dart format --output=none --set-exit-if-changed .