Skip to content

Commit e1f4ab2

Browse files
committed
Merge remote-tracking branch 'origin/default' into feature/bacnet-shell-datetime-lighting-output
2 parents e9e59c5 + 60e3a3f commit e1f4ab2

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/zephyr-samples.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,17 @@ on:
1414

1515
jobs:
1616
test:
17-
name: Twister Tests
17+
name: Twister Samples
1818
runs-on: ubuntu-22.04
1919
container: ghcr.io/zephyrproject-rtos/ci:v0.26-branch
2020
env:
2121
CMAKE_PREFIX_PATH: /opt/toolchains
2222
steps:
23+
- name: Clean /tmp
24+
run: |
25+
df -h
26+
sudo rm -rf /tmp/*
27+
df -h
2328
- name: Checkout
2429
uses: actions/checkout@v4
2530
with:

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ repos:
2424
- id: end-of-file-fixer
2525
exclude: '.*\.(cproj|vcxproj.*|props)$'
2626
- id: check-yaml
27+
files: \.(yaml|yml)$ # This regex ensures both .yaml and .yml files are checked
2728
args: [
2829
# for .clang-format
2930
--allow-multiple-documents,

0 commit comments

Comments
 (0)