ssh-agent-switcher 1.0.2

SSH agent forwarding and tmux done right
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
name: Lint

on: push

jobs:
    pre-commit:
        runs-on: ubuntu-latest
        steps:
            - uses: actions/checkout@v4
            - run: sudo sh -ec 'echo "set man-db/auto-update false" | debconf-communicate; dpkg-reconfigure man-db'
            - run: sudo apt-get install pre-commit
            - run: pre-commit run -a