Skip to content

README.md: Add 'security' section with example ACLs #41

README.md: Add 'security' section with example ACLs

README.md: Add 'security' section with example ACLs #41

Workflow file for this run

---
name: Build package
on:
push:
branches: ['*']
pull_request:
branches: ['*']
workflow_dispatch:
jobs:
test-and-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: ShellCheck
uses: ludeeus/[email protected]
env:
SHELLCHECK_OPTS: -e SC1091
- name: Build Debian package
uses: jtdor/build-deb-action@v1
with:
buildpackage-opts: --no-sign --check-command=lintian
extra-build-deps: lintian
- name: Upload debian package as artifact
uses: actions/upload-artifact@v4
with:
name: deb
path: debian/artifacts