Skip to content

build: update BuildRequires and Requires in spec file to reflect actual requirements #71

build: update BuildRequires and Requires in spec file to reflect actual requirements

build: update BuildRequires and Requires in spec file to reflect actual requirements #71

Workflow file for this run

name: Lint
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
- run: go install mvdan.cc/sh/v3/cmd/shfmt@latest
- run: sudo apt-get install -y shellcheck
- name: run shellcheck
run: shellcheck ./bin/*
- name: run shfmt
run: shfmt -i 2 --diff ./bin/*