Skip to content

fix(DIDCommWrapper): Crash when body is empty string #267

fix(DIDCommWrapper): Crash when body is empty string

fix(DIDCommWrapper): Crash when body is empty string #267

Workflow file for this run

---
name: "Pull request linter"
on:
pull_request:
jobs:
lint_pr:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.ATALA_GITHUB_TOKEN }}