Skip to content

Bump openpgp from 5.10.2 to 5.11.1 #566

Bump openpgp from 5.10.2 to 5.11.1

Bump openpgp from 5.10.2 to 5.11.1 #566

name: Fortune V3 check
on:
push:
branches:
- 'main'
pull_request:
paths:
- 'packages/core/**'
- 'packages/sdk/typescript/human-protocol-sdk/**'
- 'packages/app/fortune/**'
workflow_dispatch:
jobs:
fortune-test:
name: Fortune V3 Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm install --global yarn && yarn
name: Install dependencies
- run: yarn fortune-v3:test
name: Run fortune V3 test