Skip to content

Commit

Permalink
testing: workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
erikburt committed Jan 23, 2025
1 parent 5d32e56 commit 53810ec
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .github/workflows/test-check-if-verified.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: Check If Verified Test

on:
pull_request:

jobs:
check-commit:
runs-on: ubuntu-latest
steps:
- uses: smartcontractkit/.github/actions/check-if-verified@feat/check-if-verified
with:
commit: ${{ github.event.pull_request.head.sha }}
assert: true

check-lightweight-tag:
runs-on: ubuntu-latest
steps:
- uses: smartcontractkit/.github/actions/check-if-verified@feat/check-if-verified
with:
tag: "[email protected]"
assert: true

check-annotated-tag:
runs-on: ubuntu-latest
steps:
- uses: smartcontractkit/.github/actions/check-if-verified@feat/check-if-verified
with:
tag: "[email protected]"
assert: true

0 comments on commit 53810ec

Please sign in to comment.