Skip to content

fix: import sorting #78

fix: import sorting

fix: import sorting #78

Workflow file for this run

# https://github.com/satellytes/commitlint-pr-title
name: PR Style
on:
pull_request:
types: [opened, reopened, edited, synchronize]
branches: [main]
jobs:
title-lint:
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}