Skip to content

fix: Add install command for pnpm, Dummy PR for triggering new version #82

fix: Add install command for pnpm, Dummy PR for triggering new version

fix: Add install command for pnpm, Dummy PR for triggering new version #82

Workflow file for this run

name: "Semantic Pull Request"
on: [pull_request]
jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
CI: true
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}