Skip to content

Commit

Permalink
Merge pull request #101 from Workiva/migrate_to_gha-dart-oss
Browse files Browse the repository at this point in the history
FEDX-1789: Migarte to gha-dart-oss
  • Loading branch information
rmconsole2-wf authored Oct 17, 2024
2 parents 63f966b + 3224611 commit 586db7d
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 35 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: Dart CI

on:
push:
branches:
- 'master'
- 'test_consume_*'
pull_request:
branches:
- '**'

jobs:
checks:
strategy:
matrix:
sdk: [ 2.19.6, stable, beta ]
uses: Workiva/gha-dart-oss/.github/workflows/[email protected]
with:
format-check: ${{ matrix.sdk == '2.19.6' || true && false }}

build:
uses: Workiva/gha-dart-oss/.github/workflows/[email protected]

unit-tests:
strategy:
matrix:
sdk: [ 2.19.6, stable, beta ]
uses: Workiva/gha-dart-oss/.github/workflows/[email protected]
35 changes: 0 additions & 35 deletions .github/workflows/dart_ci.yaml

This file was deleted.

15 changes: 15 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Publish

on:
push:
tags:
- '[0-9]+.[0-9]+.[0-9]+'

permissions:
contents: write
id-token: write
pull-requests: write

jobs:
publish:
uses: Workiva/gha-dart-oss/.github/workflows/[email protected]

0 comments on commit 586db7d

Please sign in to comment.