Skip to content

feat: add landing page image #1

feat: add landing page image

feat: add landing page image #1

Workflow file for this run

name: Check
on:
pull_request:
branches: [main]
types: [opened, edited, synchronize]
jobs:
check-for-cc:
runs-on: ubuntu-latest
steps:
- name: Check for conventional commits
uses: agenthunt/conventional-commit-checker-action@v1.0.0