Skip to content

docs: updated info about getting started as a designer #5978

docs: updated info about getting started as a designer

docs: updated info about getting started as a designer #5978

Workflow file for this run

# Runs conventional commit check on PR
name: Conventional pull request
on:
pull_request:
branches:
- main
types:
- opened
- edited
- synchronize
jobs:
lint-pr:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# check for the most recent release: https://github.com/CondeNast/conventional-pull-request-action/releases
- uses: CondeNast/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
commitlintRulesPath: './commitlint.rules.js'