CCIP-025: Implement Extend Direct Execution Sunset Period - 3 #52
Workflow file for this run
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: Test contracts with clarinet | |
on: | |
push: | |
branches: | |
- main | |
- develop | |
pull_request: | |
branches: | |
- main | |
- develop | |
# allow running manually | |
workflow_dispatch: | |
jobs: | |
test-contracts: | |
runs-on: ubuntu-latest | |
steps: | |
- name: "Checkout code" | |
uses: actions/checkout@v4 | |
- name: "Configure clarinet" | |
run: | | |
mkdir -p ~/.clarinet | |
echo "enable_hints = false" >> ~/.clarinet/clarinetrc.toml | |
- name: "Check contract syntax" | |
uses: docker://hirosystems/clarinet:2.8.0 | |
with: | |
args: check |