Skip to content

config-linux: update for libseccomp v2.6.0 #27

config-linux: update for libseccomp v2.6.0

config-linux: update for libseccomp v2.6.0 #27

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
check-format:
runs-on: ubuntu-24.04
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run make -C schema fmt
run: make -C schema fmt
- name: Check for changes
run: git diff --exit-code