Skip to content

Merge pull request #28 from stackitcloud/dependabot/github_actions/ac… #57

Merge pull request #28 from stackitcloud/dependabot/github_actions/ac…

Merge pull request #28 from stackitcloud/dependabot/github_actions/ac… #57

Workflow file for this run

name: Checks
on:
push:
branches: [main]
pull_request:
branches: [main]
defaults:
run:
shell: bash
env:
GO_VERSION: "1.24.1"
jobs:
lint:
name: Lint files
runs-on: 'ubuntu-latest'
steps:
- uses: actions/setup-go@v6
with:
go-version: ${{ env.GO_VERSION }}
cache: false
- uses: actions/checkout@v5
- name: lint
uses: golangci/golangci-lint-action@v6