Skip to content

build(deps): bump cfbs from 5.5.6 to 5.6.3 in /packaging/cfengine-nova-hub #634

build(deps): bump cfbs from 5.5.6 to 5.6.3 in /packaging/cfengine-nova-hub

build(deps): bump cfbs from 5.5.6 to 5.6.3 in /packaging/cfengine-nova-hub #634

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 pipx && pipx install cfengine
- name: Lint files with shellcheck and CFEngine CLI
run: ./ci/lint.sh