Skip to content

feat:Add Is() to the DeviceID, Locator plus Validate() to the Locator… #283

feat:Add Is() to the DeviceID, Locator plus Validate() to the Locator…

feat:Add Is() to the DeviceID, Locator plus Validate() to the Locator… #283

Workflow file for this run

# SPDX-FileCopyrightText: 2023 Comcast Cable Communications Management, LLC
# SPDX-License-Identifier: Apache-2.0
---
name: CI
on:
push:
branches:
- main
paths-ignore:
- README.md
- CONTRIBUTING.md
- MAINTAINERS.md
- LICENSE
- NOTICE
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
pull_request:
workflow_dispatch:
jobs:
ci:
uses: xmidt-org/shared-go/.github/workflows/ci.yml@89ad0a00dbbd15db80185d01813f7d93b081edc7 # v4.7.0
with:
release-type: library
yaml-lint-skip: false
secrets: inherit