Skip to content

Fixes the example mod to run using modern IsaacScript versions. #26

Fixes the example mod to run using modern IsaacScript versions.

Fixes the example mod to run using modern IsaacScript versions. #26

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/workflows/setup
- run: npm run build
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/workflows/setup
- run: npm run lint