Skip to content

wording

wording #82

Workflow file for this run

name: Golang-CI
on: [push]
jobs:
lint:
name: Run Golang-CI Linter
runs-on: ubuntu-latest
steps:
- name: Install GO
uses: actions/setup-go@v3
with:
go-version: 1.21
- name: Checkout Repository
uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.55.2
skip-cache: false