We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e5d260 commit 88202bfCopy full SHA for 88202bf
.github/workflows/reusable-test-projects.yml
@@ -51,9 +51,8 @@ jobs:
51
upstream: true
52
53
- name: Run apps command - projects/crc
54
- continue-on-error: true
55
uses: gbraad-dotfiles/apps-action@main
56
with:
57
appname: projects/crc
58
- action: run
+ action: compile
59
projects/crc.md
@@ -82,7 +82,7 @@ devenv ${CRCDEVENV} usercmd "cd ${CRCSOURCE} && make clean"
82
83
---
84
85
-## default alias run
+## default alias compile
86
```sh interactive
87
if ! apps ${APPNAME} source exists; then
88
apps ${APPNAME} source checkout
0 commit comments