Skip to content

👷 Added TestifyLint and Resolved Issues #5

👷 Added TestifyLint and Resolved Issues

👷 Added TestifyLint and Resolved Issues #5

Workflow file for this run

name: Linting
on: [push, pull_request]
permissions:
contents: read
pull-requests: read
jobs:
golangci:
name: Lint with golang-ci
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: stable
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.60