Skip to content

feature/add presets for more clang compilers #149

feature/add presets for more clang compilers

feature/add presets for more clang compilers #149

Workflow file for this run

name: Embed examples into README
on:
pull_request:
branches:
- main
jobs:
auto-update-readme:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- name: Update Readme
run: python tools/embed_code.py -i --file ./README.md
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Updated README.md