Skip to content

feat(sharing): Refactor sharing contract CI to use reusable workflows #9

feat(sharing): Refactor sharing contract CI to use reusable workflows

feat(sharing): Refactor sharing contract CI to use reusable workflows #9

name: Sharing Smart Contract - CI
on:
pull_request:
branches:
- '*'
paths:
- 'packages/sharing-smart-contract/**'
concurrency:
group: ${{ github.ref }}-sharing-smart-contract-ci
cancel-in-progress: true
jobs:
ci:
uses: ./.github/workflows/sharing-smart-contracts-reusable.yml
with:
node-version: 18