Skip to content

refactor(server): improve logging and handle shutdown signals with ease #7

refactor(server): improve logging and handle shutdown signals with ease

refactor(server): improve logging and handle shutdown signals with ease #7

Workflow file for this run

name: lint
on:
pull_request:
branches:
- main
- develop
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Golangci-lint
uses: golangci/[email protected]