Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

Commit

Permalink
chore: included workflow for api client
Browse files Browse the repository at this point in the history
  • Loading branch information
RuiMiguel committed Nov 21, 2023
1 parent 963a9e3 commit d3bc6b3
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions .github/workflows/api_client.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: api_client

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

on:
push:
paths:
- "packages/api_client/**"
- ".github/workflows/api_client.yaml"

pull_request:
paths:
- "packages/api_client/**"
- ".github/workflows/api_client.yaml"

jobs:
build:
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/dart_package.yml@v1
with:
working_directory: packages/api_client
2 changes: 1 addition & 1 deletion packages/api_client/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 0.1.0+1
publish_to: none

environment:
sdk: ">=3.0.0 <4.0.0"
sdk: ">=3.1.0 <4.0.0"

dev_dependencies:
mocktail: ^1.0.0
Expand Down

0 comments on commit d3bc6b3

Please sign in to comment.