Skip to content

feat: add windows targets in makefile #354

feat: add windows targets in makefile

feat: add windows targets in makefile #354

Workflow file for this run

name: "Lint PR Title"
on:
pull_request:
types:
- opened
- edited
- reopened
- synchronize
jobs:
main:
name: conventional-commit
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}