Skip to content

feat(sage-settings): add repo settings to prevent deletion of default branch * and squashing of commits #154

feat(sage-settings): add repo settings to prevent deletion of default branch * and squashing of commits

feat(sage-settings): add repo settings to prevent deletion of default branch * and squashing of commits #154

Workflow file for this run

# -*- coding: utf-8 -*-
# vim: ft=yaml
---
name: Commitlint
'on': [pull_request]
permissions: {}
jobs:
lint:
permissions:
contents: read
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
fetch-depth: 0
persist-credentials: false
- uses: wagoid/commitlint-github-action@a85daedc64529d02d566e7f83c3c48c77e78af85 # v1