Sweep: Update the docstrings and comments in sdks/ts/src/utils/isValidUuid4.ts to fix any issues and mismatch between the comment and associated code #21
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
name: Changelog CI | |
on: | |
pull_request: | |
types: [ opened, synchronize ] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
# Checks-out your repository | |
- uses: actions/checkout@v2 | |
- name: Run Changelog CI | |
uses: saadmk11/[email protected] | |
with: | |
changelog_filename: CHANGELOG.md | |
# config_file: changelog-ci-config.json | |
github_token: ${{ secrets.GITHUB_TOKEN }} |