Skip to content

build(deps): bump actions/download-artifact from 3.0.1 to 4.1.7 in /.github/workflows #40

build(deps): bump actions/download-artifact from 3.0.1 to 4.1.7 in /.github/workflows

build(deps): bump actions/download-artifact from 3.0.1 to 4.1.7 in /.github/workflows #40

Workflow file for this run

name: Lint Commits
on:
pull_request:
types:
- opened
- edited
- synchronize
jobs:
lint:
name: Lint Commits
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
with:
types: |
feat
fix
build
ci
docs
perf
refactor
test
release
requireScope: false
subjectPattern: ^(?![A-Z]).+$