Skip to content

Commit

Permalink
add verify-ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jmurret committed Mar 28, 2023
1 parent 12be12f commit 45f8285
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/verify-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

name: Legacy Link Format Checker

on:
push:

jobs:
noop:
runs-on: ['self-hosted', 'linux', 'small']
steps:
- run: echo "ok"

0 comments on commit 45f8285

Please sign in to comment.