Skip to content

chore: use reusable workflow #20

chore: use reusable workflow

chore: use reusable workflow #20

Workflow file for this run

---
name: Default
on:
push:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build_and_publish:
name: Build and Publish
uses: wealthsimple/public-github-workflows/.github/workflows/ruby-gem-build.yaml@reusable-ruby-gem-workflow

Check failure on line 14 in .github/workflows/default.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/default.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/default.yaml" -> "wealthsimple/public-github-workflows/.github/workflows/ruby-gem-build.yaml@reusable-ruby-gem-workflow" : failed to fetch workflow: reference to workflow should be either a valid branch, tag, or commit
secrets: inherit