Skip to content

VWBL Fetcher contrat #62

VWBL Fetcher contrat

VWBL Fetcher contrat #62

Workflow file for this run

name: Test Contract
on:
push:
branches: [main]
pull_request:
branches: ["*"]
jobs:
test-contract:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x]
steps:
- name: Checkout 🛎
uses: actions/checkout@v2
- name: Install packages
uses: borales/[email protected]
with:
cmd: install
- name: Lint Contract
uses: borales/[email protected]
with:
cmd: lint
- name: Test Contract
uses: borales/[email protected]
with:
cmd: test