Skip to content

Merge pull request #47 from ej-shafran/latest #80

Merge pull request #47 from ej-shafran/latest

Merge pull request #47 from ej-shafran/latest #80

Workflow file for this run

name: Typecheck
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
typecheck:
name: Typecheck Code
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
- name: Typecheck
uses: mrcjkb/lua-typecheck-action@v1