Skip to content

Commit

Permalink
chore: configure github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
leogr committed Oct 21, 2019
1 parent ae45a3b commit 90b83be
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: CodeNotary

on: [push]

jobs:
check:

runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@master

- name: Verify
uses: vchain-us/verify-action@master
with:
org: vchain.us

0 comments on commit 90b83be

Please sign in to comment.