Skip to content

Initial commit

Initial commit #4

Workflow file for this run

name: golangci-lint
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Go
uses: actions/[email protected]
with:
go-version: "1.21"
- name: Lint using golangci-lint
uses: golangci/golangci-lint-action@v4
with:
version: v1.55.2
working-directory: ./