Skip to content

feat: add codeowners for review #38

feat: add codeowners for review

feat: add codeowners for review #38

Workflow file for this run

name: pull-request
on:
pull_request:
branches: ["main"]
jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Lint commits
if: github.event.pull_request.user.login != 'dependabot[bot]'
uses: ./.github/actions/lint-commit
build:
needs:
- commitlint
uses: ./.github/workflows/test.yaml