Skip to content

build(deps): Bump github.com/tarmac-project/sdk from 0.1.1 to 0.1.2 in /http #60

build(deps): Bump github.com/tarmac-project/sdk from 0.1.1 to 0.1.2 in /http

build(deps): Bump github.com/tarmac-project/sdk from 0.1.1 to 0.1.2 in /http #60

Workflow file for this run

name: Lint
on:
push:
branches: [ main ]
paths-ignore:
- 'docs/**'
- '**.md'
pull_request:
branches: [ main ]
paths-ignore:
- 'docs/**'
- '**.md'
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-go@v6
with:
go-version: '1.25'
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v8
with:
version: latest
args: --timeout=5m