Skip to content

ci(deps): bump rojopolis/spellcheck-github-actions from 0.40.0 to 0.41.0 #299

ci(deps): bump rojopolis/spellcheck-github-actions from 0.40.0 to 0.41.0

ci(deps): bump rojopolis/spellcheck-github-actions from 0.40.0 to 0.41.0 #299

Workflow file for this run

name: Commit Lint
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
commit-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Lint commit message
uses: wagoid/commitlint-github-action@v6
- name: Check no !fixup commits
if: ${{ github.event_name == 'pull_request' }}
uses: 13rac1/[email protected]
- name: Delete workflow logs
if: ${{ github.event_name == 'push' }}
uses: Mattraks/delete-workflow-runs@v2
with:
token: ${{ github.token }}
repository: ${{ github.repository }}
delete_workflow_pattern: ${{ github.workflow }}
retain_days: 3
keep_minimum_runs: 3