fix error when number is a double type, TYPE_INT64 will occur, change… #11
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: CI | |
on: | |
pull_request: | |
jobs: | |
Lint: | |
uses: finsweet/workflow-ci-lint/.github/workflows/lint.yml@main | |
# Comment this job out if your project doesn't have any tests. | |
# Tests: | |
# uses: finsweet/workflow-ci-test/.github/workflows/test.yml@main |