Skip to content

Bump netglade_analysis from 4.2.0 to 5.0.0 in /packages/auto_mappr_annotation/example #309

Bump netglade_analysis from 4.2.0 to 5.0.0 in /packages/auto_mappr_annotation/example

Bump netglade_analysis from 4.2.0 to 5.0.0 in /packages/auto_mappr_annotation/example #309

Workflow file for this run

name: ci
on:
push:
branches:
- main
pull_request:
jobs:
auto_mappr:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dart-lang/setup-dart@v1
- uses: bluefireteam/melos-action@v2
- name: Generate AutoMappr files
run: melos run gen:build-all
- name: Analyze
run: melos run lint:all
- name: Install DCM
uses: CQLabs/setup-dcm@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
- name: Run DCM
uses: CQLabs/dcm-action@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
ci_key: ${{ secrets.DCM_KEY }}
email: ${{ secrets.DCM_EMAIL }}
folders: .
fatal_style: true
fatal_performance: true
fatal_warnings: true
- name: Test
run: melos run test