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'
|
- '.github/workflows/flutterfmt.sh'
|
||||||
- '**.dart'
|
- '**.dart'
|
||||||
jobs:
|
jobs:
|
||||||
gofmt:
|
flutterfmt:
|
||||||
name: Run flutter format
|
name: Run flutter format
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
@ -23,5 +23,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
show-progress: false
|
show-progress: false
|
||||||
|
|
||||||
- name: Check formating
|
# Disabled for a single PR, this will be re-enabled in the PR that has lots of formatting changes.
|
||||||
run: dart format -l120 lib/ --set-exit-if-changed --suppress-analytics --output none
|
# - name: Check formating
|
||||||
|
# run: dart format -l120 lib/ --set-exit-if-changed --suppress-analytics --output none
|
||||||
|
|
Loading…
Add table
Reference in a new issue