Skip to content

build(deps): bump pausable_timer from 1.0.0+7 to 2.0.0+1 #31

build(deps): bump pausable_timer from 1.0.0+7 to 2.0.0+1

build(deps): bump pausable_timer from 1.0.0+7 to 2.0.0+1 #31

Workflow file for this run

name: Dart Analyzer
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
name: Pangolin Desktop Code Analysis
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Flutter
uses: subosito/flutter-action@v2
- run: flutter pub get
- name: Analyze Dart
uses: zgosalvez/github-actions-analyze-dart@v2