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

build(deps): bump actions/setup-go from 4.0.1 to 5.0.0 #301

build(deps): bump actions/setup-go from 4.0.1 to 5.0.0

build(deps): bump actions/setup-go from 4.0.1 to 5.0.0 #301

name: Check Repo for duplicate struct tags
on:
pull_request:
types: [opened, synchronize]
branches: [main]
jobs:
check-struct-tags:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
- name: Check Repo for duplicate struct tags
run: go run ./tools/lint-struct-tags ./
permissions:
contents: read