Skip to content
This repository has been archived by the owner on Nov 5, 2023. It is now read-only.

Audit Fix 06 Integration branch #449

Audit Fix 06 Integration branch

Audit Fix 06 Integration branch #449

Workflow file for this run

name: clients
on:
push:
branches:
- 'main'
paths:
- 'contracts/clients/**'
pull_request:
paths:
- 'contracts/clients/**'
defaults:
run:
working-directory: ./contracts/clients
env:
DENO_VERSION: 1.x
jobs:
test-unit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup-contracts-clients
- run: yarn test