Skip to content

Commit 0ba4287

Browse files
committed
v1.0.2+3
1 parent 2fd6451 commit 0ba4287

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

central/ble_temperature/.github/workflows/ci.yml renamed to .github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,22 @@ jobs:
3131
channel: 'stable'
3232

3333
- name: Install dependencies
34+
working-directory: ./centeral/ble_temperature/
3435
run: flutter pub get
3536

3637
- name: Create generated files
38+
working-directory: ./centeral/ble_temperature/
3739
run: dart run build_runner build
3840

3941
- name: Check for any formatting issues
42+
working-directory: ./centeral/ble_temperature/
4043
run: dart format --set-exit-if-changed .
4144

4245
- name: Statically analyze code
46+
working-directory: ./centeral/ble_temperature/
4347
run: flutter analyze .
4448

4549
# run tests
4650
- name: Run Tests
51+
working-directory: ./centeral/ble_temperature/
4752
run: flutter test

central/ble_temperature/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: ble_temperature
22
description: A new Flutter project.
33
publish_to: 'none'
44

5-
version: 1.0.1+2
5+
version: 1.0.2+3
66

77
environment:
88
sdk: '>=3.0.5 <4.0.0'

0 commit comments

Comments
 (0)