Skip to content

Dnd5e 2.4.x Compatibility Release 1 #44

Dnd5e 2.4.x Compatibility Release 1

Dnd5e 2.4.x Compatibility Release 1 #44

Workflow file for this run

name: Check Code on Merge to Main
on:
pull_request:
branches: 'main'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install and Check
run: |
npm install
npm run check