Skip to content

ci: Introduction of Issue Templates, Workflow Adjustments, and Package Manager Update #3

ci: Introduction of Issue Templates, Workflow Adjustments, and Package Manager Update

ci: Introduction of Issue Templates, Workflow Adjustments, and Package Manager Update #3

Workflow file for this run

name: "Semantic Pull Request"
on: [pull_request]
jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
validateSingleCommit: true