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

add listen on transfer #14

add listen on transfer

add listen on transfer #14

Workflow file for this run

name: Blanc++ Vert
on: [push]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Blanc++
run: sudo add-apt-repository ppa:conr2d/blanc -y && sudo apt install blanc -y
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: latest
cache: npm
- run: npm ci
- run: npm run build --if-present
- run: npm test