Skip to content

Added newFunction to easily wrap callable lambdas (#161) #137

Added newFunction to easily wrap callable lambdas (#161)

Added newFunction to easily wrap callable lambdas (#161) #137

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: [email protected]
message: Update amalgamation file
add: 'Distribution/LuaBridge/*.h'