Skip to content

Now 'ucsf vpn routing' also reports on nameserver settings (fix #66) #106

Now 'ucsf vpn routing' also reports on nameserver settings (fix #66)

Now 'ucsf vpn routing' also reports on nameserver settings (fix #66) #106

Workflow file for this run

on: [push, pull_request]
name: shellcheck
jobs:
checks:
if: "! contains(github.event.head_commit.message, '[ci skip]')"
timeout-minutes: 5
runs-on: ubuntu-latest
name: shellcheck
strategy:
fail-fast: false
steps:
- name: Checkout git repository
uses: actions/checkout@v4
- name: Install dependencies
run: |
sudo apt-get install -y shellcheck
shellcheck --version
curl -L -O https://github.com/koalaman/shellcheck/releases/download/v0.10.0/shellcheck-v0.10.0.linux.x86_64.tar.xz
tar Jxf shellcheck-v0.10.0.linux.x86_64.tar.xz
mv shellcheck-v0.10.0/shellcheck .
PATH=".:$PATH" shellcheck --version
- name: ShellCheck
run: |
PATH=".:$PATH" make shellcheck