Update borsh requirement from 0.9.3 to 1.3.0 #63
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
# SPDX-FileCopyrightText: 2022-2023 Eduardo Robles <[email protected]> | |
# SPDX-FileCopyrightText: 2022 Félix Robles <[email protected]> | |
# | |
# SPDX-License-Identifier: AGPL-3.0-only | |
name: 'CI | Coverage' | |
on: | |
workflow_dispatch: # allows manual triggering | |
push: | |
jobs: | |
code-coverage: | |
name: 'Coverage' | |
uses: sequentech/meta/.github/workflows/code-coverage.yml@main | |
with: | |
cachix-auth-identity: '${{ vars.CACHIX_AUTH_IDENTITY }}' | |
secrets: | |
cachix-auth-token: '${{ secrets.CACHIX_AUTH_TOKEN }}' |