Skip to content

Nested deferment

Nested deferment #602

Workflow file for this run

name: CI
on:
pull_request:
branches:
- main
- '*-alpha'
- '*-beta'
- '*-stable'
- '*-dev'
push:
branches:
- main
- '*-alpha'
- '*-beta'
- '*-stable'
- '*-dev'
jobs:
lint:
uses: aaronmallen/activeinteractor/.github/workflows/lint.yml@main
test:
uses: aaronmallen/activeinteractor/.github/workflows/test.yml@main
secrets:
cc-test-reporter-id: ${{ secrets.CC_TEST_REPORTER_ID }}
build:
uses: aaronmallen/activeinteractor/.github/workflows/build_gem.yml@main