Skip to content

fix: sync character staff mapping (#960) #3822

fix: sync character staff mapping (#960)

fix: sync character staff mapping (#960) #3822

Workflow file for this run

name: Lint
on:
push:
branches:
- master
paths:
- "**.go"
- "**.go.json"
- "go.mod"
- "go.sum"
- ".golangci.yaml"
- ".github/workflows/lint.yaml"
pull_request:
branches:
- master
paths:
- "**.go"
- "**.go.json"
- "go.mod"
- "go.sum"
- ".golangci.yaml"
- ".github/workflows/lint.yaml"
jobs:
lint:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v5
with:
submodules: true
- uses: trim21/actions/setup-go@master
with:
cache-namespace: lint
- name: Run linters
uses: golangci/golangci-lint-action@v8
with:
version: v2.1.0