Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

bump Zephyr to tip of main #802

bump Zephyr to tip of main

bump Zephyr to tip of main #802

Workflow file for this run

name: checkpatch
on:
pull_request:
workflow_dispatch:
jobs:
checkpatch:
runs-on: ubuntu-latest
container:
image: zephyrprojectrtos/ci:v0.26.4
steps:
- uses: actions/checkout@v3
with:
path: modules/lib/golioth
fetch-depth: 0
- name: Init and update west
run: |
mkdir -p .west
cat <<EOF > .west/config
[manifest]
path = modules/lib/golioth
file = .ci-west-zephyr.yml
EOF
west update -o=--depth=1 -n zephyr
- name: Run checkpatch
run: |
cd modules/lib/golioth
../../../zephyr/scripts/checkpatch.pl --color=always --quiet --git origin/main..