Skip to content

Bump netglade_analysis from 8.0.0 to 9.0.0 in /packages/auto_mappr/example #388

Bump netglade_analysis from 8.0.0 to 9.0.0 in /packages/auto_mappr/example

Bump netglade_analysis from 8.0.0 to 9.0.0 in /packages/auto_mappr/example #388

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@v3
- name: Generate AutoMappr files
run: melos run gen:build-all
- name: Analyze
run: melos run lint:dart
- 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: oss
email: oss
folders: .
fatal_style: true
fatal_performance: true
fatal_warnings: true
- name: Test
run: melos run test