Skip to content

feat: add copy_env script #23

feat: add copy_env script

feat: add copy_env script #23

Workflow file for this run

name: CI
env:
HUSKY: 0
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: "20"
- name: Install dependencies
run: npm install
- name: Run tests
run: npm test