Skip to content

Merge pull request #659 from containers/fix/reset-create-pid-after-wa… #465

Merge pull request #659 from containers/fix/reset-create-pid-after-wa…

Merge pull request #659 from containers/fix/reset-create-pid-after-wa… #465

Workflow file for this run

name: validate
on:
push:
tags:
- v*
branches:
- main
- release-*
pull_request:
permissions: {}
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Check C code formatting
run: |
sudo apt-get update
sudo apt-get install -y clang-format
make fmt
git diff --exit-code
all-done:
needs:
- lint
runs-on: ubuntu-latest
steps:
- run: echo "All jobs completed"