Skip to content

chore: update readme.md #5

chore: update readme.md

chore: update readme.md #5

Workflow file for this run

name: hygeiene
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
golangci:
# Linting job
# https://github.com/golangci/golangci-lint-action
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
version: v1.59.1