Skip to content

Bump github.com/pelletier/go-toml/v2 from 2.1.1 to 2.2.1 #81

Bump github.com/pelletier/go-toml/v2 from 2.1.1 to 2.2.1

Bump github.com/pelletier/go-toml/v2 from 2.1.1 to 2.2.1 #81

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