Skip to content

Allow passing error handler to LuaRef call operator (#173) #145

Allow passing error handler to LuaRef call operator (#173)

Allow passing error handler to LuaRef call operator (#173) #145

Workflow file for this run

name: Amalgamate
on:
push:
branches:
- master
paths:
- "**/workflows/amalgamate.yml"
- "**/Source/**"
- "**/amalgamate.py"
jobs:
run:
name: Create Amalgamation
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.9
- name: Create amalgamation file
run: python amalgamate.py
- name: Commit changes
uses: EndBug/add-and-commit@v9
with:
committer_name: GitHub Actions
committer_email: actions@github.com
message: Update amalgamation file
add: 'Distribution/LuaBridge/*.h'