feat: merge in latest progress on overhaul before major version bump for dnd5e 4.2.x #1494
Workflow file for this run
This file contains 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: 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 |