Skip to content

feat: add helper methods for PresentationRequest #51

feat: add helper methods for PresentationRequest

feat: add helper methods for PresentationRequest #51

Workflow file for this run

---
name: 'Pull Request - Linter'
env:
ATALA_GITHUB_TOKEN: ${{ secrets.ATALA_GITHUB_TOKEN }}
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 }}