Skip to content

chore(deps): bump @uniswap/token-lists from 1.0.0-beta.30 to 1.0.0-beta.34 #13

chore(deps): bump @uniswap/token-lists from 1.0.0-beta.30 to 1.0.0-beta.34

chore(deps): bump @uniswap/token-lists from 1.0.0-beta.30 to 1.0.0-beta.34 #13

Workflow file for this run

name: Check PR Title
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
# Ensures that the PR title adheres to [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/).
conventional-commit:
runs-on: ubuntu-latest
steps:
- uses: amannn/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}