Skip to content

Merge branch 'main' of github.com:dakhnod/NRF51-IO-module #24

Merge branch 'main' of github.com:dakhnod/NRF51-IO-module

Merge branch 'main' of github.com:dakhnod/NRF51-IO-module #24

Workflow file for this run

name: Jinja build
on: [workflow_dispatch, push]
jobs:
parse:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: parse feature template
uses: rondefreitas/[email protected]
with:
template: src/config/feature_config.template.h.jinja
output_file: src/config/feature_config.template.h
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Auto-parse Jinja template
status_options: '--untracked-files=all'