Skip to content

Support for scheduled object creation #15

Support for scheduled object creation

Support for scheduled object creation #15

Workflow file for this run

name: Lint
on:
pull_request:
permissions:
contents: read
env:
GO_VERSION: "1.21"
GOLANGCI_LINT_VERSION: "v1.54.2"
jobs:
lint:
name: Lint
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: ${{ env.GO_VERSION }}
- name: Download Dependencies
run: go mod download
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: ${{ env.GOLANGCI_LINT_VERSION }}
args: --timeout=10m