Skip to content

fix(ui): a11y test #686

fix(ui): a11y test

fix(ui): a11y test #686

Workflow file for this run

name: 'Lint PR Title'
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: dreampulse/action-lint-pull-request-title@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}