Skip to content

Add CI workflows for testing and version checks, enhance README and T… #33

Add CI workflows for testing and version checks, enhance README and T…

Add CI workflows for testing and version checks, enhance README and T… #33

Workflow file for this run

name: Lint Shell Script
on:
pull_request:
branches:
- main
paths:
- 'sync-ssh-keys.sh'
- 'users.conf'
- '.github/workflows/lint.yml'
push:
branches:
- main
paths:
- 'sync-ssh-keys.sh'
- 'users.conf'
- '.github/workflows/lint.yml'
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
with:
scandir: .
severity: warning