Skip to content

feat: add krun & bug fixes #3

feat: add krun & bug fixes

feat: add krun & bug fixes #3

Workflow file for this run

name: Lint
on: []
# push:
# pull_request:
jobs:
lint:
name: Run on Ubuntu
runs-on: ubuntu-latest
steps:
- name: Clone the code
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '~1.22'
- name: Run linter
uses: golangci/golangci-lint-action@v6
with:
version: v1.61