feat(TransportMethods): Add new Transports class, expose basic transport getters and passenger handling #499
Workflow file for this run
This file contains hidden or 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
| name: Build mod-eluna with LuaJIT 🌙 | |
| on: | |
| push: | |
| branches: | |
| - 'master' | |
| - 'main' | |
| pull_request: | |
| jobs: | |
| build_luajit: | |
| uses: ./.github/workflows/core-build-base.yml | |
| with: | |
| lua_version: 'luajit' |