Skip to content

fix: removed double entry by correcting <ul> hierarchy (#176) #43

fix: removed double entry by correcting <ul> hierarchy (#176)

fix: removed double entry by correcting <ul> hierarchy (#176) #43

jobs:
lint_package_json:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/prepare
- run: pnpm lint:package-json
name: Lint Package JSON
on:
pull_request: ~
push:
branches:
- main