Skip to content

Add action to run the installer #4

Add action to run the installer

Add action to run the installer #4

Workflow file for this run

name: Shellcheck
on: [push]
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
- run: sudo apt install -y shellcheck
- run: shellcheck -S error install.sh.in