Skip to content
This repository was archived by the owner on Aug 14, 2025. It is now read-only.

hotfix: remove problematic package #14

hotfix: remove problematic package

hotfix: remove problematic package #14

Workflow file for this run

name: CI/Deno Test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Deno
uses: denoland/setup-deno@v1
with:
deno-version: v2.3.1
- name: Format code
run: deno fmt
- name: Run unit tests
env:
ENVIRONMENT: development
SECRET_KEY: ${{ secrets.SECRET_KEY }}
MISTRAL_API_KEY: ${{ secrets.MISTRAL_API_KEY }}
run: deno task test