Skip to content

Apply Prettier to for strict formatting #133

Apply Prettier to for strict formatting

Apply Prettier to for strict formatting #133

Workflow file for this run

name: Lint Go Code
on:
pull_request:
push:
branches:
- master
jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- name: Check Out Repository
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.24.x
- name: Lint
uses: golangci/golangci-lint-action@v6.5.0
with:
version: v1.64.5