Skip to content

Commit

Permalink
ci: Add CI workflow (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
Peetee06 authored Nov 24, 2024
1 parent e7cf25d commit bd1bb77
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Continuous Integration

concurrency:
group: $-$
cancel-in-progress: true

on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
analyze-and-test:
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/flutter_package.yml@v1
with:
flutter_channel: stable
min_coverage: 0

0 comments on commit bd1bb77

Please sign in to comment.