Skip to content

chore: remove retention field, clean up params/comments & write basic tests #8

chore: remove retention field, clean up params/comments & write basic tests

chore: remove retention field, clean up params/comments & write basic tests #8

Workflow file for this run

name: 📋 Quality Checks
on:
pull_request:
types: [ synchronize, opened, reopened, ready_for_review ]
jobs:
lint:
name: 📋 Lint
runs-on: ubuntu-latest
steps:
- name: ⬇️ Git clone the repository
uses: actions/checkout@v3
- name: 📦 Install Go
uses: actions/setup-go@v3
with:
go-version: '1.21'
- name: 🧪 Revive
run: |
go install github.com/mgechev/revive@latest
make lint