Skip to content

Add self-update feature to sync-ssh-keys script and update documentation #20

Add self-update feature to sync-ssh-keys script and update documentation

Add self-update feature to sync-ssh-keys script and update documentation #20

Workflow file for this run

name: Lint Shell Script
on:
pull_request:
branches:
- main
paths:
- 'sync-ssh-keys.sh'
- '.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