feat: set up actions (#1)
Node.js CI / Lint and Test (push) Successful in 28s

Co-authored-by: Naomi Carrigan <commits@nhcarrigan.com>
Co-committed-by: Naomi Carrigan <commits@nhcarrigan.com>
This commit was merged in pull request #1.
This commit is contained in:
2025-01-23 02:14:50 -08:00
committed by Naomi Carrigan
parent c05a33e8d2
commit 6c65be27ba
4 changed files with 41 additions and 5 deletions
-2
View File
@@ -1,11 +1,9 @@
import { createHmac } from "crypto";
import { readFile } from "fs/promises";
import http from "http";
import https from "https";
import express from "express";
import { Trello } from "../config/Trello";
import { ExtendedClient } from "../interface/ExtendedClient";
/**