Adds tests for annotate, flatten, and parse_ion system macros #40
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: "Validate Conformance Test Syntax" | |
on: | |
push: | |
pull_request: | |
jobs: | |
check-conformance-test-syntax: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Install Ion CLI | |
run: cargo install [email protected] | |
- name: Run validation script | |
run: ./check-syntax |