Skip to content

use shared config for CI, stale, and triage (#54) #321

use shared config for CI, stale, and triage (#54)

use shared config for CI, stale, and triage (#54) #321

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
call-workflow-from-shared-config:
uses: rubyatscale/shared-config/.github/workflows/ci.yml@main
secrets: inherit
with:
test-command: "bundle exec rake"