Skip to content

debian: refresh update-networkd-priorities.patch #70

debian: refresh update-networkd-priorities.patch

debian: refresh update-networkd-priorities.patch #70

Workflow file for this run

name: shellcheck
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: sudo apt-get update && DEBIAN_FRONTEND=noninteractive sudo apt-get -y install shellcheck
- name: Run shellcheck
run: shellcheck -s bash -S warning bin/*.sh lib/*.sh