Skip to content

docs: update/fix license file date and company name #85

docs: update/fix license file date and company name

docs: update/fix license file date and company name #85

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