Skip to content

fix(ownership): Fixed where it was pointing to the old repository to point to the new link. #45

fix(ownership): Fixed where it was pointing to the old repository to point to the new link.

fix(ownership): Fixed where it was pointing to the old repository to point to the new link. #45

Workflow file for this run

name: example
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
check:
runs-on: ubuntu-latest
defaults:
run:
working-directory: example
steps:
- uses: actions/checkout@v3
- uses: subosito/[email protected]
with:
channel: 'stable'
- run: flutter packages get
- run: flutter analyze
- run: dart format -o none --set-exit-if-changed .