Skip to content

docs: Update README with early stage project warning #33

docs: Update README with early stage project warning

docs: Update README with early stage project warning #33

Workflow file for this run

name: Lint
on:
push:
pull_request:
jobs:
lint:
name: Lint
runs-on: ubuntu-24.04
steps:
- name: Clone the code
uses: actions/checkout@v4.2.2
- name: Setup Go
uses: actions/setup-go@v5.4.0
with:
go-version-file: go.mod
- name: Run linter
uses: golangci/golangci-lint-action@v7
with:
version: v2.1.5