Skip to content

Correct script_api missing and misspelled functions #12

Correct script_api missing and misspelled functions

Correct script_api missing and misspelled functions #12

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
with:
java-version: '11'
- uses: dapetcu21/setup-defold@v3.0.2
- run: 'java -jar $BOB build'