Skip to content

refactor: replace gin with net/http #468

refactor: replace gin with net/http

refactor: replace gin with net/http #468

# The below is pulled from upstream and slightly modified
# https://github.com/webiny/action-conventional-commits/blob/master/README.md#usage
name: Conventional Commits
on:
pull_request:
jobs:
build:
name: Conventional Commits
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v6.0.2
- uses: webiny/action-conventional-commits@v1.3.1