Skip to content

chore(deps): bump golang.org/x/net from 0.18.0 to 0.23.0 #40

chore(deps): bump golang.org/x/net from 0.18.0 to 0.23.0

chore(deps): bump golang.org/x/net from 0.18.0 to 0.23.0 #40

Workflow file for this run

name: commitlint
on:
pull_request:
branches:
- master
permissions:
contents: read
pull-requests: read
jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@v5
with:
configFile: ".commitlintrc.yml"