Skip to content

feat: add support for one-click copy code #38

feat: add support for one-click copy code

feat: add support for one-click copy code #38

Workflow file for this run

# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: Node.js CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
name: 'Test'
runs-on: ubuntu-latest
container: node:16
steps:
- uses: actions/checkout@v2
- env:
HUSKY: 0
run: npm install
- run: npm test