Skip to content

Declare compatible with Ruby < 4 #458

Declare compatible with Ruby < 4

Declare compatible with Ruby < 4 #458

Workflow file for this run

name: Assert Single Commit (non-blocking)
on: pull_request
jobs:
build:
steps:
- name: Checkout
uses: actions/checkout@v1
with:
fetch-depth: 30
- name: Checkout main
run: git fetch origin main
- name: create local master branch
run: git branch main origin/main
- name: Commit Count Check
run: test `git log --oneline --no-merges HEAD ^main | wc -l ` = 1
runs-on: ubuntu-latest