Fix formatting issues in CI

This commit is contained in:
Simon Binder 2021-04-13 22:30:19 +02:00
parent 68bef5d0c4
commit fd18984cae
No known key found for this signature in database
GPG Key ID: 7891917E4147B8C0
3 changed files with 1 additions and 8 deletions

View File

@ -14,8 +14,6 @@ jobs:
# setup # setup
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: cedx/setup-dart@v2 - uses: cedx/setup-dart@v2
with:
release-channel: beta
- run: sudo apt-get install -y libsqlite3-dev - run: sudo apt-get install -y libsqlite3-dev
name: Install sqlite3 for tests name: Install sqlite3 for tests
- run: dart pub upgrade - run: dart pub upgrade
@ -44,8 +42,6 @@ jobs:
# setup # setup
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: cedx/setup-dart@v2 - uses: cedx/setup-dart@v2
with:
release-channel: beta
- run: dart pub upgrade - run: dart pub upgrade
working-directory: moor_generator working-directory: moor_generator
# analysis # analysis
@ -60,8 +56,6 @@ jobs:
# setup # setup
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: cedx/setup-dart@v2 - uses: cedx/setup-dart@v2
with:
release-channel: beta
- run: sudo apt-get install -y libsqlite3-dev - run: sudo apt-get install -y libsqlite3-dev
name: Install sqlite3 for tests name: Install sqlite3 for tests
- run: dart pub upgrade - run: dart pub upgrade

View File

@ -1,2 +1 @@
//@dart=2.9 //@dart=2.9