Skip to content

fix: return the updated credential from process_credential() #43

fix: return the updated credential from process_credential()

fix: return the updated credential from process_credential() #43

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 }}