Skip to content

feat: remove tokens not deployed by Omni (UDT) && small fixes #174

feat: remove tokens not deployed by Omni (UDT) && small fixes

feat: remove tokens not deployed by Omni (UDT) && small fixes #174

name: Pull Request Linter
on:
pull_request:
types:
- opened
- edited
- reopened
jobs:
lint-pr:
name: Lint pull request title
runs-on: ubuntu-latest
steps:
- name: Lint pull request title
uses: jef/conventional-commits-pr-action@v1.1.1
with:
token: ${{ secrets.GITHUB_TOKEN }}