Skip to content

feat: add service account name to scaffold command #58

feat: add service account name to scaffold command

feat: add service account name to scaffold command #58

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: stable
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.64.6
args: --timeout 3m