Skip to content

✨ feat: Optional caching for tests and enable tests for windows #757

✨ feat: Optional caching for tests and enable tests for windows

✨ feat: Optional caching for tests and enable tests for windows #757

Workflow file for this run

name: 🦄 PR
on:
pull_request:
types: [ opened, edited, synchronize, reopened ]
jobs:
commitlint:
name: Validate title
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node & Install dependencies
uses: ./.github/actions/setup
# The validation is done based on the `commitlint.config.js` file.
- name: Validate PR title
env:
# Sanitizes PR title as documented here:
# https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions#using-an-intermediate-environment-variable
PR_TITLE: "${{ github.event.pull_request.title }}"
run: |
echo "$PR_TITLE" | pnpm -s dlx commitlint