Skip to content

fix(deps): update rust crate ctrlc to ^3.4.2 #1667

fix(deps): update rust crate ctrlc to ^3.4.2

fix(deps): update rust crate ctrlc to ^3.4.2 #1667

Workflow file for this run

on:
pull_request:
branches:
- main
name: commitlint
concurrency:
group: ${{ github.repository }}-${{ github.head_ref || github.sha }}-${{ github.workflow }}
cancel-in-progress: true
jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: cachix/install-nix-action@7ac1ec25491415c381d9b62f0657c7a028df52a7 # v24
with:
nix_path: nixpkgs=channel:nixos-unstable-small
- name: commitlint
run: |
nix shell -L -f '<nixpkgs>' commitlint -c commitlint --from=${{ github.event.pull_request.base.sha }} --to=${{ github.sha }} --verbose