Skip to content

chore(ci): update version of artifact actions #998

chore(ci): update version of artifact actions

chore(ci): update version of artifact actions #998

Workflow file for this run

name: "Lint PR Title"
on:
pull_request:
types: ['opened', 'edited', 'reopened', 'synchronize']
jobs:
lint-pr-title:
runs-on: ubuntu-latest
steps:
- uses: dreampulse/action-lint-pull-request-title@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}