Skip to content

ci: Use new setup-toolchain action. #94

ci: Use new setup-toolchain action.

ci: Use new setup-toolchain action. #94

Workflow file for this run

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