Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

test new cicd workflow #36

test new cicd workflow

test new cicd workflow #36

Workflow file for this run

name: testing
on:
push:
branches:
- devops/update-cicd-pipeline
pull_request:
types:
- opened
jobs:
build:
permissions: write-all
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 16
registry-url: https://registry.npmjs.org/
- name: testing ethers-ext
shell: bash
run: |
cd ethers-ext && npm install && npm run lint && npm run test