Skip to content

build(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 #36

build(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0

build(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 #36

Workflow file for this run

name: pull-request
on:
pull_request:
branches: ["main"]
# jobs:
# check-commit:
# runs-on: ubuntu-latest
# steps:
# - uses: ytanikin/[email protected]
# with:
# add_label: 'false'
# task_types: '["feat","fix","doc","perf","refactor","style","test","chore","ci","build","revert"]'
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/build.yaml
secrets: inherit
test:
needs: build
uses: ./.github/workflows/test.yaml
secrets: inherit