From 90b83be30ad0c876e8c2cf9870018a64e2c6237e Mon Sep 17 00:00:00 2001 From: Leonardo Grasso Date: Mon, 21 Oct 2019 16:15:41 +0200 Subject: [PATCH] chore: configure github workflow --- .github/workflows/verify.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/verify.yml diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml new file mode 100644 index 0000000..635b9db --- /dev/null +++ b/.github/workflows/verify.yml @@ -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 \ No newline at end of file