Skip to content

Bump the npm-dependencies group in /image-to-text with 2 updates #37

Bump the npm-dependencies group in /image-to-text with 2 updates

Bump the npm-dependencies group in /image-to-text with 2 updates #37

Workflow file for this run

name: Dart/Minifier - CI
on: [pull_request]
defaults:
run:
working-directory: minifier
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dart-lang/setup-dart@v1
- run: dart pub get
- run: dart format --output=none --set-exit-if-changed .
- run: dart analyze