Run compliance tests. #16

Merged
roysc merged 5 commits from telackey/cict into with-iterator-tracker 2023-09-27 13:58:45 +00:00
Showing only changes of commit c8e7acaacd - Show all commits

View File

@ -107,6 +107,8 @@ jobs:
with:
go-version-file: './eth-statediff-compliance/go.mod'
check-latest: true
- name: Install jq
run: apt-get update && apt-get install -yq jq
- name: Set up Gitea access token
env:
TOKEN: ${{ secrets.CICD_REPO_TOKEN }}