This commit is contained in:
shizzymcfizzy 2023-05-24 23:50:57 +00:00 committed by GitHub
commit 0627a4dfdc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 18 deletions

View File

@ -1,18 +0,0 @@
name: lint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: subosito/flutter-action@v1
with:
channel: stable
- run: flutter analyze
- run: flutter format --dry-run --set-exit-if-changed lib/**/*.dart