Skip to content

Bump fedx-ghas to setup-creds v3 versions #76

Bump fedx-ghas to setup-creds v3 versions

Bump fedx-ghas to setup-creds v3 versions #76

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- 'master'
tags:
- '**'
jobs:
build:
uses: Workiva/gha-dart-oss/.github/workflows/build.yaml@v3.0.1

Check failure on line 13 in .github/workflows/ci.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/ci.yaml" -> "Workiva/gha-dart-oss/.github/workflows/build.yaml@v3.0.1" : failed to fetch workflow: reference to workflow should be either a valid branch, tag, or commit
with:
sdk: stable
checks:
uses: Workiva/gha-dart-oss/.github/workflows/checks.yaml@v3.0.1
with:
sdk: stable
test-unit:
strategy:
matrix:
sdk: [ stable ]
uses: Workiva/gha-dart-oss/.github/workflows/test-unit.yaml@v3.0.1
with:
sdk: ${{ matrix.sdk }}