Skip to content

Bump test from 1.25.0 to 1.25.2 in /image-rotator #20

Bump test from 1.25.0 to 1.25.2 in /image-rotator

Bump test from 1.25.0 to 1.25.2 in /image-rotator #20

name: Dart - CI
on: [pull_request]
defaults:
run:
working-directory: image-rotator
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
- run: dart test