Skip to content

chore(deps): bump cachix/install-nix-action from 29 to 30 #255

chore(deps): bump cachix/install-nix-action from 29 to 30

chore(deps): bump cachix/install-nix-action from 29 to 30 #255

Workflow file for this run

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