Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

chore(deps): bump golang.org/x/crypto from 0.1.0 to 0.17.0 #130

chore(deps): bump golang.org/x/crypto from 0.1.0 to 0.17.0

chore(deps): bump golang.org/x/crypto from 0.1.0 to 0.17.0 #130

Workflow file for this run

name: lint-pr
on:
pull_request:
types:
- opened
- edited
- synchronize
jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
with:
types: |
build
ci
docs
feat
fix
perf
refactor
test
infra
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}