Skip to content

chore: add setup Node.js to CI jobs #144

chore: add setup Node.js to CI jobs

chore: add setup Node.js to CI jobs #144

Workflow file for this run

name: Semantic
on: [pull_request]
jobs:
semantic-pull-request:
name: Semantic check
runs-on: windows-latest
steps:
- name: semantic-pull-request
uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
validateSingleCommit: true