Skip to content

Feat: Add support to Action Text enabled content #83

Feat: Add support to Action Text enabled content

Feat: Add support to Action Text enabled content #83

Workflow file for this run

name: PR Heavy
on:
pull_request:
branches: ["main"]
paths:
- "lib/**"
- "spec/**"
- "gemfiles/**"
- "Gemfile"
- "Rakefile"
- "Appraisals"
- "ruby_llm.gemspec"
- ".github/workflows/_test-matrix.yml"
- ".github/workflows/pr-heavy.yml"
permissions:
contents: read
concurrency:
group: pr-heavy-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
test:
uses: ./.github/workflows/_test-matrix.yml
with:
bundler-cache: false
secrets: inherit