Skip to content

chore(deps): Bump golang.org/x/crypto from 0.28.0 to 0.29.0 #17

chore(deps): Bump golang.org/x/crypto from 0.28.0 to 0.29.0

chore(deps): Bump golang.org/x/crypto from 0.28.0 to 0.29.0 #17

Workflow file for this run

name: pull-request
on:
pull_request:
branches: ["main"]
jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Lint commits
if: github.event.pull_request.user.login != 'dependabot[bot]'
uses: ./.github/actions/lint-commit
build:
needs:
- commitlint
uses: ./.github/workflows/test.yaml