Skip to content

chore(deps): bump actions/checkout from 2.4.0 to 4.2.1 #41

chore(deps): bump actions/checkout from 2.4.0 to 4.2.1

chore(deps): bump actions/checkout from 2.4.0 to 4.2.1 #41

Workflow file for this run

name: "PR Lint"
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/[email protected]
with:
submodules: recursive
- uses: ./.github/actions/action-semantic-pull-request
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
feat
fix
docs
style
refactor
perf
test
build
ci
chore
revert
change