mirror of
https://github.com/DefinedNet/mobile_nebula.git
synced 2025-09-07 19:46:06 +00:00
Disable formatting to allow merging with formatting that needs to happen
This commit is contained in:
parent
c47dca0c08
commit
66afd7ad00
1 changed files with 4 additions and 3 deletions
7
.github/workflows/flutterfmt.yml
vendored
7
.github/workflows/flutterfmt.yml
vendored
|
@ -9,7 +9,7 @@ on:
|
|||
- '.github/workflows/flutterfmt.sh'
|
||||
- '**.dart'
|
||||
jobs:
|
||||
gofmt:
|
||||
flutterfmt:
|
||||
name: Run flutter format
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
@ -23,5 +23,6 @@ jobs:
|
|||
with:
|
||||
show-progress: false
|
||||
|
||||
- name: Check formating
|
||||
run: dart format -l120 lib/ --set-exit-if-changed --suppress-analytics --output none
|
||||
# Disabled for a single PR, this will be re-enabled in the PR that has lots of formatting changes.
|
||||
# - name: Check formating
|
||||
# run: dart format -l120 lib/ --set-exit-if-changed --suppress-analytics --output none
|
||||
|
|
Loading…
Add table
Reference in a new issue