Skip to content

Commit d3ad07b

Browse files
committed
Upgrade lint package
1 parent 63dbc12 commit d3ad07b

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

.github/workflows/on_push.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,6 @@ name: CI
33
on: [push]
44

55
jobs:
6-
version:
7-
timeout-minutes: 10
8-
runs-on: ubuntu-latest
9-
steps:
10-
- uses: actions/checkout@v2
11-
- uses: subosito/flutter-action@v2
12-
with:
13-
channel: 'stable'
14-
- run: ./am flutter --version
15-
166
analyze:
177
timeout-minutes: 10
188
runs-on: ubuntu-latest

arcgis_map_sdk_android/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies:
1616
sdk: flutter
1717

1818
dev_dependencies:
19-
lint: ^2.0.0
19+
lint: ^2.8.0
2020

2121
flutter:
2222
plugin:

0 commit comments

Comments
 (0)