Skip to content

chore: sign document should be clear on what errors it could throw, export of v4 verify shd be more explicit #124

chore: sign document should be clear on what errors it could throw, export of v4 verify shd be more explicit

chore: sign document should be clear on what errors it could throw, export of v4 verify shd be more explicit #124

Workflow file for this run

on:
pull_request:
types: [opened, reopened, synchronize]
env:
NODE_ENV: ci
name: "Pull Requests"
jobs:
tests:
name: Tests
uses: ./.github/workflows/tests.yml
linters:
name: Linters
uses: ./.github/workflows/linters.yml
eslint-review:
name: ESLint Review
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/checkout@v3
- uses: reviewdog/action-eslint@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}