Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

💄 Add demos/ to lint checks #46

Merged
merged 2 commits into from
Nov 30, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
🐛 Use lint & docs directly with micromod
  • Loading branch information
kammce committed Nov 30, 2024
commit 3e0efadac04b4dec0cf300defa881b646fe1e58a
13 changes: 11 additions & 2 deletions .github/workflows/self_check.yml
Original file line number Diff line number Diff line change
@@ -86,10 +86,19 @@ jobs:
repo: libhal/libhal-input
secrets: inherit

libhal-micromod:
uses: ./.github/workflows/library_check.yml
libhal-micromod-lint:
uses: ./.github/workflows/lint.yml
with:
library: libhal-micromod
source_dir: src
repo: libhal/libhal-micromod
secrets: inherit

libhal-micromod-docs:
uses: ./.github/workflows/docs.yml
with:
library: libhal-micromod
source_dir: src
repo: libhal/libhal-micromod
secrets: inherit