Skip to content

Bump github.com/alecthomas/kong from 0.8.1 to 0.9.0 #79

Bump github.com/alecthomas/kong from 0.8.1 to 0.9.0

Bump github.com/alecthomas/kong from 0.8.1 to 0.9.0 #79

Workflow file for this run

# SPDX-FileCopyrightText: Stefan Tatschner
#
# SPDX-License-Identifier: CC0-1.0
on: [push, pull_request]
name: "Linters"
permissions: {}
jobs:
linters:
runs-on: ubuntu-latest
container: debian:stable
steps:
- uses: actions/checkout@v3
- name: install linters
run: |
apt-get update && apt-get install -y git util-linux shellcheck shfmt reuse make
- name: run linters
run: |
make lint