fix: add tests to ensure field names with special chars are allowed #132
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: checks | |
on: | |
- push | |
- pull_request | |
- workflow_call | |
jobs: | |
test: | |
uses: vinejs/.github/.github/workflows/test.yml@main | |
lint: | |
uses: vinejs/.github/.github/workflows/lint.yml@main | |
typecheck: | |
uses: vinejs/.github/.github/workflows/typecheck.yml@main |