Skip to content

Updates to the multi-version fonction and 'contract.js' ruleset #105

Updates to the multi-version fonction and 'contract.js' ruleset

Updates to the multi-version fonction and 'contract.js' ruleset #105

Workflow file for this run

name: Node.js CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
registry-url: https://registry.npmjs.org/
- name: install dependencies
run: npm install
- name: test
run: npm test