feat: add support for comparing nested values in sameAs and notSameAs… #48
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 | |
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 |