Skip to content

ENT-13792: Made Windows MSI assembly fully reproducible #716

ENT-13792: Made Windows MSI assembly fully reproducible

ENT-13792: Made Windows MSI assembly fully reproducible #716

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