Skip to content

chore(deps): bump archive from 3.3.7 to 3.3.8 #28

chore(deps): bump archive from 3.3.7 to 3.3.8

chore(deps): bump archive from 3.3.7 to 3.3.8 #28

Workflow file for this run

name: Flutter Analyze
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: britannio/action-install-flutter@v1
- name: Install dependencies
run: flutter pub get
- name: Verify formatting
run: dart format --output=none --set-exit-if-changed .
- name: Analyze project source
run: flutter analyze --fatal-infos