Skip to content

Update workflows.

Update workflows. #3

name: connection_repository
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
pull_request:
branches:
- main
paths:
- ".github/workflows/connection_repository.yaml"
- "packages/connection_repository/**"
push:
branches:
- main
paths:
- ".github/workflows/**"
- "packages/connection_repository/**"
jobs:
build:
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/flutter_package.yml@v1
with:
dart_sdk: stable

Check failure on line 25 in .github/workflows/connection_repository.yaml

View workflow run for this annotation

GitHub Actions / connection_repository

Invalid workflow file

The workflow is not valid. .github/workflows/connection_repository.yaml (Line: 25, Col: 17): Invalid input, dart_sdk is not defined in the referenced workflow.
working_directory: packages/connection_repository