Skip to content

netstat command is deprecated, switch to ss command instead #7

netstat command is deprecated, switch to ss command instead

netstat command is deprecated, switch to ss command instead #7

Workflow file for this run

name: CI
on:
pull_request:
branches: [ "master" ]
workflow_dispatch:
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
with:
severity: error