Skip to content

fix: ci/setup-cfengine-build-host.sh, debian-10 needs older version of CFEngine for build host setup #342

fix: ci/setup-cfengine-build-host.sh, debian-10 needs older version of CFEngine for build host setup

fix: ci/setup-cfengine-build-host.sh, debian-10 needs older version of CFEngine for build host setup #342

Workflow file for this run

name: Lint with shellcheck
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
lint:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: sudo apt install shellcheck
- name: Lint sources with shellcheck
run: |
./ci/lint.sh