Skip to content

feat: add internal link component, make static content card use it (#… #572

feat: add internal link component, make static content card use it (#…

feat: add internal link component, make static content card use it (#… #572

Workflow file for this run

name: commits
on: [push, pull_request]
jobs:
build:
name: conventional
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: webiny/action-conventional-commits@v1.3.0
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}