fix: solved answer does not update and calls updateSolvedWordsCount once for each word #67
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: api_crossword_repository | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.ref }} | |
cancel-in-progress: true | |
on: | |
pull_request: | |
paths: | |
- "api/packages/crossword_repository/**" | |
- ".github/workflows/api_crossword_repository.yaml" | |
branches: | |
- main | |
jobs: | |
build: | |
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/dart_package.yml@v1 | |
with: | |
dart_sdk: stable | |
working_directory: api/packages/crossword_repository |