Skip to content

Add git utilities module to registry #208

Add git utilities module to registry

Add git utilities module to registry #208

name: ⚙️ Linting
# Dependencies:
# - SocketDev/socket-registry/.github/workflows/lint.yml@main
on:
push:
branches: [main]
tags: ['*']
pull_request:
branches: [main]
workflow_dispatch:
permissions:
contents: read
jobs:
lint-check:
uses: SocketDev/socket-registry/.github/workflows/lint.yml@main
with:
setup-script: 'pnpm run build'