Update cleaning regex to match RUTs with non-numeric digits #1095
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# GitHub Actions Workflow for Git Commit Linter | |
name: Git Commit Linter | |
on: | |
pull_request: | |
types: | |
- opened | |
- reopened | |
- synchronize | |
permissions: | |
contents: read | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.ref }} | |
cancel-in-progress: true | |
jobs: | |
git-commit-lint: | |
name: Git Commit Linter | |
uses: cordada/github-actions-utils/.github/workflows/git-commit-lint.yaml@master |