Skip to content

log delivery pending changes #7339

log delivery pending changes

log delivery pending changes #7339

Workflow file for this run

# Copyright IBM Corp. 2014, 2026
# "SPDX-License-Identifier: MPL-2.0"
name: Naming Checks
on:
push:
branches:
- main
- "release/**"
pull_request:
paths:
- .github/workflows/naming.yml
- "**/*_test.go"
permissions:
contents: read # required for checkout
jobs:
test_naming:
name: test naming
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: Install ripgrep
run: sudo apt-get update && sudo apt-get install -y ripgrep
- name: Check test naming conventions
run: make test-naming