Skip to content

ci: [DX-3555] Add Azure cleanup workflow #1454

ci: [DX-3555] Add Azure cleanup workflow

ci: [DX-3555] Add Azure cleanup workflow #1454

Workflow file for this run

name: Check PR to master
on:
pull_request:
branches:
- master
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup
- name: Check formatting
run: dart format --set-exit-if-changed -o none .
- name: Built-in analyzer
run: flutter analyze .