Skip to content

Various fixes and stubs to the glibc option for systemd #37

Various fixes and stubs to the glibc option for systemd

Various fixes and stubs to the glibc option for systemd #37

Workflow file for this run

name: pre-commit
on: [merge_group, pull_request]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# Check .clang-format is up to date
- uses: actions/checkout@v4
with:
repository: 'managarm/common-config'
path: common-config
- run: 'cmp .clang-format common-config/.clang-format'
name: 'Check .clang-format is up to date'
# Check formatting
- uses: actions/setup-python@v3
- uses: pre-commit/action@v3.0.1