Skip to content

chore(deps): bump golang.org/x/net from 0.13.0 to 0.17.0 #237

chore(deps): bump golang.org/x/net from 0.13.0 to 0.17.0

chore(deps): bump golang.org/x/net from 0.13.0 to 0.17.0 #237

Workflow file for this run

---
name: Linting
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
golangci-lint:
name: golangci-lint
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Run golangci-lint
uses: reviewdog/action-golangci-lint@v2
yamllint:
name: yamllint
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Run yamllint
uses: reviewdog/[email protected]