Skip to content

Bump braces from 3.0.2 to 3.0.3 in /tools/mdlint #296

Bump braces from 3.0.2 to 3.0.3 in /tools/mdlint

Bump braces from 3.0.2 to 3.0.3 in /tools/mdlint #296

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint-gofiles:
name: Lint go files
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest