Skip to content

Show build status of posix & S32k148 #223

Show build status of posix & S32k148

Show build status of posix & S32k148 #223

Workflow file for this run

name: Code format check
on: [ merge_group, push, pull_request ]
jobs:
treefmt:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Build the docker image
run: |
docker build -f docker/Dockerfile.dev -t dev .
- name: Run the format.py inside the docker container
run: |
docker run --rm -v "$PWD:/home/jenkins" -w /home/jenkins --user $(id -u):4996 dev python3 .ci/format.py