Skip to content

Fixed setup-cfengine-build-host script to not quote _VERSION variable as an argument that is more than one token #235

Fixed setup-cfengine-build-host script to not quote _VERSION variable as an argument that is more than one token

Fixed setup-cfengine-build-host script to not quote _VERSION variable as an argument that is more than one token #235

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