Skip to content

Commit a414521

Browse files
committed
add recipes test workflow
1 parent 4745a14 commit a414521

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: pre-commit
2+
description: Run bob ls on test recipes
3+
"on": [push, pull_request]
4+
jobs:
5+
check:
6+
runs-on: ubuntu-latest
7+
steps:
8+
- name: Checkout
9+
uses: actions/checkout@v4
10+
11+
- name: Setup Bob
12+
run: python -m pip install BobBuildTool
13+
14+
- name: Run bob ls
15+
run: bob -C tests/buildall ls

0 commit comments

Comments
 (0)