Skip to content

tests: Adding unit tests #7

tests: Adding unit tests

tests: Adding unit tests #7

Workflow file for this run

name: Lint
on:
pull_request:
jobs:
lint:
name: 🧹
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Lint
uses: golangci/golangci-lint-action@v6
with:
version: latest