Skip to content

lua states now always start in a sandbox where all dangerous stdLib o… #1183

lua states now always start in a sandbox where all dangerous stdLib o…

lua states now always start in a sandbox where all dangerous stdLib o… #1183

Workflow file for this run

name: Core Library Tests
on: [push, pull_request]
jobs:
test_core:
runs-on: ubuntu-latest
name: Core
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Build and run
uses: ./.github/workflows/actions/test_core