Skip to content

ENT-13483: Fix centos-6, ubuntu-20 and debian-9 bootstrap build host setup after removal of quick install script use #210

ENT-13483: Fix centos-6, ubuntu-20 and debian-9 bootstrap build host setup after removal of quick install script use

ENT-13483: Fix centos-6, ubuntu-20 and debian-9 bootstrap build host setup after removal of quick install script use #210

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