Skip to content

Merge pull request #69 from 1995parham-learning/dependabot/go_modules… #177

Merge pull request #69 from 1995parham-learning/dependabot/go_modules…

Merge pull request #69 from 1995parham-learning/dependabot/go_modules… #177

Workflow file for this run

---
name: test
on:
- push
jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-go@v6
with:
go-version-file: "go.mod"
- name: golangci-lint
uses: golangci/golangci-lint-action@v8
with:
version: latest