Skip to content

Get nftables insert line number from file. #29

Get nftables insert line number from file.

Get nftables insert line number from file. #29

Workflow file for this run

name: ShellCheck
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
with:
ignore_paths: templates
severity: warning
env:
SHELLCHECK_OPTS: -e SC2059 -e SC2034 -e SC1090 -s bash