Skip to content

Commit

Permalink
feat: add workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
B0berman committed Mar 1, 2024
1 parent 7c17a7a commit 4dd6e8c
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/crossword_repository.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: crossword_repository

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

on:
pull_request:
paths:
- "packages/crossword_repository/**"
- ".github/workflows/crossword_repository.yaml"
branches:
- main

jobs:
build:
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/flutter_package.yml@v1
with:
flutter_channel: stable
working_directory: packages/crossword_repository

0 comments on commit 4dd6e8c

Please sign in to comment.