Skip to content

Added a new context for Dialogue History. #99

Added a new context for Dialogue History.

Added a new context for Dialogue History. #99

Workflow file for this run

name: Scripted maintenance
on: push
jobs:
maintenance:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.9'
- name: Run clang-format
run: find -type f \( -name *.h -o -name *.cpp \) | xargs clang-format-12 -style=file -i
- name: Glob files
run: python ${{ github.workspace }}/ProjectGen.py
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: maintenance