Skip to content

fix: team logotype on highscore list #7

fix: team logotype on highscore list

fix: team logotype on highscore list #7

Workflow file for this run

name: Check PR title
on:
pull_request:
types:
- opened
- reopened
- edited
- synchronize
defaults:
run:
shell: bash
jobs:
checks:
name: Check PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}