Skip to content

fix: Update lint workflow #95

fix: Update lint workflow

fix: Update lint workflow #95

Workflow file for this run

name: Lint
on:
push:
branches:
- main
paths-ignore:
- '**.md'
- 'docs/**'
- 'examples/**'
- 'templates/**'
pull_request:
paths-ignore:
- '**.md'
- 'docs/**'
- 'examples/**'
- 'templates/**'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.54
args: --timeout 10m0s