Skip to content

r/rum: Add platform support to aws_rum_app_monitor and new aws_rum_resource_policy resource #3349

r/rum: Add platform support to aws_rum_app_monitor and new aws_rum_resource_policy resource

r/rum: Add platform support to aws_rum_app_monitor and new aws_rum_resource_policy resource #3349

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"
jobs:
test_naming:
name: test naming
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Install ripgrep
run: sudo apt-get update && sudo apt-get install -y ripgrep
- name: Check test naming conventions
run: make test-naming