lum_platform_image_converter/.github/workflows/pull_request.yaml

20 lines
557 B
YAML

name: Pull Request Checks
on:
pull_request:
jobs:
lint:
runs-on: ubuntu-slim
timeout-minutes: 10
permissions:
contents: read
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
- uses: subosito/flutter-action@fd55f4c5af5b953cc57a2be44cb082c8f6635e8e # v2.21.0
with:
channel: stable
cache: true
- uses: invertase/github-action-dart-analyzer@e981b01a458d0bab71ee5da182e5b26687b7101b # v3.0.0
- run: dart format --output=none --set-exit-if-changed .