We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e9e59c5 + 60e3a3f commit e1f4ab2Copy full SHA for e1f4ab2
.github/workflows/zephyr-samples.yml
@@ -14,12 +14,17 @@ on:
14
15
jobs:
16
test:
17
- name: Twister Tests
+ name: Twister Samples
18
runs-on: ubuntu-22.04
19
container: ghcr.io/zephyrproject-rtos/ci:v0.26-branch
20
env:
21
CMAKE_PREFIX_PATH: /opt/toolchains
22
steps:
23
+ - name: Clean /tmp
24
+ run: |
25
+ df -h
26
+ sudo rm -rf /tmp/*
27
28
- name: Checkout
29
uses: actions/checkout@v4
30
with:
.pre-commit-config.yaml
@@ -24,6 +24,7 @@ repos:
- id: end-of-file-fixer
exclude: '.*\.(cproj|vcxproj.*|props)$'
- id: check-yaml
+ files: \.(yaml|yml)$ # This regex ensures both .yaml and .yml files are checked
args: [
# for .clang-format
--allow-multiple-documents,
0 commit comments