export type checker via public api #111
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: [push] | |
name: Build LPC | |
jobs: | |
lpc_build: | |
runs-on: ubuntu-latest | |
name: Build LPC Code | |
steps: | |
- name: Checkout repository | |
uses: actions/checkout@master | |
- name: Build | |
id: build | |
uses: jlchmura/lpc-build-action@main | |
with: | |
lpc-config: ${{ github.workspace }}/efuns/fluffos/lpc-config.json |