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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |