Skip to content

feat: check-if-verified action #4

feat: check-if-verified action

feat: check-if-verified action #4

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