Skip to content

replace analysis_options.yaml into symbolic link #23

replace analysis_options.yaml into symbolic link

replace analysis_options.yaml into symbolic link #23

Workflow file for this run

name: Check
on:
push:
branches:
- main
pull_request:
branches:
- main
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
jobs:
check:
timeout-minutes: 15
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/workflows/bootstrap_project
- run: melos run analyze
- name: 'Formatting Check'
run: |
melos run format
.github/workflows/scripts/validate-formatting.sh
- run: melos run test