Skip to content

ci: test reusable workflow #15

ci: test reusable workflow

ci: test reusable workflow #15

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 / Default

Invalid workflow file

The workflow is not valid. In .github/workflows/default.yaml (Line: 14, Col: 11): Error from called workflow wealthsimple/public-github-workflows/.github/workflows/ruby-gem-build.yaml@reusable-ruby-gem-workflow (Line: 43, Col: 13): Unexpected symbol: '"3'. Located at position 24 within expression: matrix.ruby-version == "3.2"
secrets: inherit