Skip to content

Commit e9b9aae

Browse files
committed
Remove unnecessary timeouts in quality gate
1 parent 0f7d823 commit e9b9aae

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/quality_gate.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,13 @@ env:
1010

1111
jobs:
1212
format:
13-
timeout-minutes: 10
1413
runs-on: ubuntu-latest
1514
steps:
1615
- uses: actions/checkout@v3
1716
- uses: dart-lang/setup-dart@v1
1817
- run: dart format --set-exit-if-changed .
1918

2019
analyze:
21-
timeout-minutes: 10
2220
runs-on: ubuntu-latest
2321
steps:
2422
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)