Skip to content

fix: added proper linting and fixed tests #55

fix: added proper linting and fixed tests

fix: added proper linting and fixed tests #55

Workflow file for this run

name: Label PR and check title
on:
pull_request_target:
branches: ['*']
jobs:
title:
runs-on: ubuntu-latest
name: PR Title
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}