Skip to content

chore: update pynacl requirement from >=1.5.0 to >=1.6.2 #62

chore: update pynacl requirement from >=1.5.0 to >=1.6.2

chore: update pynacl requirement from >=1.5.0 to >=1.6.2 #62

Workflow file for this run

name: Commit Lint
on:
pull_request:
branches: [main, master]
env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
permissions:
contents: read
jobs:
commit-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- run: pip install commitizen
- name: Lint commits
run: cz check --rev-range origin/master..HEAD