Skip to content

feat: worker property on World #19

feat: worker property on World

feat: worker property on World #19

Workflow file for this run

name: Golangci-lint
on:
push
jobs:
test:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: stable
- name: golangci-lint
uses: golangci/[email protected]
with:
version: v1.64.5