Skip to content

add begin_l and end_l to Kwargs node #128

add begin_l and end_l to Kwargs node

add begin_l and end_l to Kwargs node #128

Workflow file for this run

name: codegen
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
env:
CARGO_TERM_COLOR: always
jobs:
codegen:
name: assert codegened
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
- name: install rust
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- name: codegen
run: cargo run --example render
- name: assert no diff
run: git diff --exit-code