Skip to content

chore: removing env block from workflow #469

chore: removing env block from workflow

chore: removing env block from workflow #469

name: Pull Request Linter
on:
pull_request:
types:
- opened
- edited
- reopened
jobs:
lint-pr:
name: Lint pull request title
if: github.event.pull_request.head.repo.full_name == github.repository
runs-on: ubuntu-latest
steps:
- name: Lint pull request title
uses: jef/conventional-commits-pr-action@2ee589f151916f92da5e2887c38d5fe6402e803c # v1.3.0
with:
token: ${{ secrets.GITHUB_TOKEN }}