Skip to content

feat(server): add graceful shutdown handling for SIGTERM and SIGINT #68

feat(server): add graceful shutdown handling for SIGTERM and SIGINT

feat(server): add graceful shutdown handling for SIGTERM and SIGINT #68

Workflow file for this run

name: linter
on:
push:
permissions:
contents: read
jobs:
linter:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version: stable
- name: Install task
uses: jaxxstorm/action-install-gh-release@v2.1.0
with:
repo: go-task/task
cache: enable
# tag:
- name: Install golangci-lint
uses: jaxxstorm/action-install-gh-release@v2.1.0
with:
repo: golangci/golangci-lint
tag: v2.4.0
cache: enable
binaries-location: golangci-lint-2.4.0-linux-amd64
- name: Run linter
shell: /usr/bin/bash {0}
run: |
task lint