Skip to content

Bump lints from 4.0.0 to 5.0.0 in /minifier in the dart-dependencies group #65

Bump lints from 4.0.0 to 5.0.0 in /minifier in the dart-dependencies group

Bump lints from 4.0.0 to 5.0.0 in /minifier in the dart-dependencies group #65

name: Dart/Rotator - 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