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 94d8a43 commit 8bf3c83Copy full SHA for 8bf3c83
1 file changed
.github/workflows/test.yml
@@ -146,21 +146,6 @@ jobs:
146
npx embedme **/*.md
147
git diff --exit-code
148
149
- ensure-inspector:
150
- runs-on: ubuntu-latest
151
- defaults:
152
- run:
153
- working-directory: hive
154
- steps:
155
- - uses: actions/checkout@v4
156
- - uses: subosito/flutter-action@v2
157
- - run: |
158
- ./bundle.sh
159
- # These files always change, so ignore them
160
- git restore extension/devtools/build/flutter_bootstrap.js
161
- git restore extension/devtools/build/flutter_service_worker.js
162
- git diff --exit-code
163
-
164
check-score:
165
runs-on: ubuntu-latest
166
strategy:
0 commit comments