We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f17abe commit 6b6139eCopy full SHA for 6b6139e
.github/workflows/quality_gate.yml
@@ -14,15 +14,15 @@ jobs:
14
timeout-minutes: 10
15
runs-on: ubuntu-latest
16
steps:
17
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
18
- uses: dart-lang/setup-dart@v1
19
- run: dart format --set-exit-if-changed .
20
21
analyze:
22
23
24
25
26
27
- run: dart pub get
28
- run: dart analyze --fatal-infos
@@ -31,7 +31,7 @@ jobs:
31
32
33
34
35
36
- name: Load test credentials
37
run: |
0 commit comments