Skip to content

replace the non-word characters or first digit with underscores and print warning message #327

replace the non-word characters or first digit with underscores and print warning message

replace the non-word characters or first digit with underscores and print warning message #327

# Copyright Contributors to the Open Cluster Management project
name: Go
on:
push:
branches: [ main, release-* ]
pull_request:
branches: [ main, release-* ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.21
- name: Functional Tests
run: make functional-test-full