Skip to content

ci: 2

ci: 2 #23

Workflow file for this run

name: format
on:
pull_request:
permissions:
pull-requests: read
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/format
# - uses: actions/[email protected]
# - uses: dart-lang/setup-dart@v1
# - run: dart pub get
# - run: dart format --set-exit-if-changed .