1
0
mirror of https://github.com/go-vikunja/app synced 2024-06-01 02:06:51 +00:00

ci: add flutter format check

This commit is contained in:
Denys Vitali 2024-04-05 16:07:02 +02:00
parent ff537c976c
commit 3126aa4305
No known key found for this signature in database
GPG Key ID: 5227C664145098BC

17
.github/workflows/flutter-format.yml vendored Normal file
View File

@ -0,0 +1,17 @@
name: Flutter Check Format
on:
pull_request: {}
push: {}
jobs:
release:
name: Build
runs-on: ubuntu-latest
steps:
- name: Setup Flutter
uses: subosito/flutter-action@v1
with:
channel: stable
- name: Check Dart Format
run: dart format --set-exit-if-changed .