Skip to content

ci(github-action): use latest version of checkout action #21

ci(github-action): use latest version of checkout action

ci(github-action): use latest version of checkout action #21

Workflow file for this run

name: Lint title
on: pull_request
jobs:
lint-title:
name: Validate
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}