Skip to content

ci: ingress, secret #21

ci: ingress, secret

ci: ingress, secret #21

Workflow file for this run

name: lint
on:
push:
branches:
- master
- main
pull_request:
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '1.21'
cache: false
- name: Run Lint
uses: golangci/golangci-lint-action@v3
with:
working-directory: ./api
version: v1.54