Bump typescript from 5.6.2 to 5.7.2 #378
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
# When... | |
# - A commit is pushed to main | |
# - A pull request is opened | |
# This workflow will... | |
# - Run tests using node | |
# - Run build using node | |
name: CI | |
on: | |
push: | |
branches: [ "main" ] | |
pull_request: | |
branches: [ "main" ] | |
jobs: | |
validate: | |
uses: illandril/FoundryVTT-package-release-action/.github/workflows/illandril-validate.yml@main |