Skip to content

fix(deps-dev): bump @nx/workspace from 18.0.1 to 18.1.2 #513

fix(deps-dev): bump @nx/workspace from 18.0.1 to 18.1.2

fix(deps-dev): bump @nx/workspace from 18.0.1 to 18.1.2 #513

Workflow file for this run

name: 🚧 Check pull request
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
semantic_pr_title:
name: Semantic PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
with:
validateSingleCommit: true
env:
GITHUB_TOKEN: ${{ github.token }}