Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Add shared libraries via git lfs #6

Add shared libraries via git lfs

Add shared libraries via git lfs #6

Workflow file for this run

name: golangci-lint
on:
push:
branches: [main]
pull_request:
types: [opened, synchronize, reopened]
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
lfs: true
- name: Install Git LFS
run: |
git lfs install
- uses: actions/setup-go@v5
with:
go-version: "1.23"
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: latest