Skip to content

fix: Correct emoji in the Table of Contents for Installation section #42

fix: Correct emoji in the Table of Contents for Installation section

fix: Correct emoji in the Table of Contents for Installation section #42

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.5.0
with:
go-version-file: go.mod
- name: Run linter
uses: golangci/golangci-lint-action@v8.0.0
with:
version: v2.1.6