mirror of https://github.com/AMT-Cheif/drift.git
Fix formatting issues in CI
This commit is contained in:
parent
68bef5d0c4
commit
fd18984cae
|
@ -14,8 +14,6 @@ jobs:
|
|||
# setup
|
||||
- uses: actions/checkout@v2
|
||||
- uses: cedx/setup-dart@v2
|
||||
with:
|
||||
release-channel: beta
|
||||
- run: sudo apt-get install -y libsqlite3-dev
|
||||
name: Install sqlite3 for tests
|
||||
- run: dart pub upgrade
|
||||
|
@ -44,8 +42,6 @@ jobs:
|
|||
# setup
|
||||
- uses: actions/checkout@v2
|
||||
- uses: cedx/setup-dart@v2
|
||||
with:
|
||||
release-channel: beta
|
||||
- run: dart pub upgrade
|
||||
working-directory: moor_generator
|
||||
# analysis
|
||||
|
@ -60,8 +56,6 @@ jobs:
|
|||
# setup
|
||||
- uses: actions/checkout@v2
|
||||
- uses: cedx/setup-dart@v2
|
||||
with:
|
||||
release-channel: beta
|
||||
- run: sudo apt-get install -y libsqlite3-dev
|
||||
name: Install sqlite3 for tests
|
||||
- run: dart pub upgrade
|
||||
|
|
|
@ -1,2 +1 @@
|
|||
//@dart=2.9
|
||||
|
||||
|
|
Loading…
Reference in New Issue