Skip to content

Make Lexer return the null terminator character if there's no charact… #35

Make Lexer return the null terminator character if there's no charact…

Make Lexer return the null terminator character if there's no charact… #35

Workflow file for this run

name: Lua Script Test
on:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Lua
uses: leafo/gh-actions-lua@v8
with:
luaVersion: "5.4.0"
- name: Run script
run: |
bash ./test.sh