Skip to content

feat: use gh to determine default branch #31

feat: use gh to determine default branch

feat: use gh to determine default branch #31

Workflow file for this run

on: push
name: Validate
jobs:
fixup:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: ianwremmel/prevent-fixup-commits@master
nopush:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: self
uses: ./