Skip to content

fix: Update fzf.nix to change deprecated zsh.initExtra option #5

fix: Update fzf.nix to change deprecated zsh.initExtra option

fix: Update fzf.nix to change deprecated zsh.initExtra option #5

Workflow file for this run

name: Check PR Title
on:
pull_request_target:
types:
- opened
- reopened
- edited
- synchronize
jobs:
check-pr-title:
name: Check PR Title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}