Skip to content

build(deps): bump json_annotation from 4.8.1 to 4.9.0 #21

build(deps): bump json_annotation from 4.8.1 to 4.9.0

build(deps): bump json_annotation from 4.8.1 to 4.9.0 #21

Workflow file for this run

name: DCM
on:
pull_request:
branches: [master]
push:
branches: [master]
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install Dart and Flutter
uses: subosito/flutter-action@v2
- name: Install dependencies
run: flutter pub get
- 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_CI_KEY }}
email: ${{ secrets.DCM_EMAIL }}
folders: lib