Skip to content

Update borsh requirement from 0.9.3 to 1.3.0 #63

Update borsh requirement from 0.9.3 to 1.3.0

Update borsh requirement from 0.9.3 to 1.3.0 #63

Workflow file for this run

# 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 }}'