Skip to content

ansible(sgx): bump to 6.x kernel #306

ansible(sgx): bump to 6.x kernel

ansible(sgx): bump to 6.x kernel #306

Workflow file for this run

name: Formatting Checks
on:
push:
branches: [main]
pull_request:
branches: [main]
types: [opened, synchronize, reopened, ready_for_review]
jobs:
python-format:
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
# --- Formatting checks ---
- name: "Python formatting check"
run: ./bin/inv_wrapper.sh format-code