Skip to content

oauth2-client-credentials-generic #587

oauth2-client-credentials-generic

oauth2-client-credentials-generic #587

Workflow file for this run

name: Lint
on:
push:
branches:
- main
tags:
- lint*
- build*
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4.1.1
- name: Setup Go environment
uses: actions/setup-go@v5.0.0
with:
go-version: '1.22.0'
cache: false
- name: Check workflow files
uses: docker://rhysd/actionlint:1.6.23
with:
args: -color
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v4.0.0
with:
version: 'v1.59.1'