Skip to content

add binary file name to gitignore #5

add binary file name to gitignore

add binary file name to gitignore #5

Workflow file for this run

name: Lint pied_piper
on:
push:
jobs:
lint:
name: Run Lint
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.21
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.54