Skip to content

Bump custom_lint from 0.4.0 to 0.5.0 #225

Bump custom_lint from 0.4.0 to 0.5.0

Bump custom_lint from 0.4.0 to 0.5.0 #225

Workflow file for this run

name: Test workflow
on:
push:
branches: [dev]
pull_request:
branches: [main, dev]
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: subosito/[email protected]
- name: Fetch dependencies
run: flutter packages get
- name: Analyze project
run: flutter analyze
- name: Run tests
run: flutter test --coverage --dart-define=CI=true
- name: Collect and report coverage
uses: coverallsapp/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}