Skip to content

ci: Use new setup-toolchain action. #96

ci: Use new setup-toolchain action.

ci: Use new setup-toolchain action. #96

Workflow file for this run

name: PR
on: pull_request
jobs:
conventional:
name: Conventional title
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- uses: beemojs/conventional-pr-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}