mirror of
https://github.com/feeddeck/feeddeck.git
synced 2026-03-09 07:02:01 -05:00
This commit uses the "Continuous Integration" GitHub Action, to run tests for the Deno code, which is used by the Supabase functions and our Docker containers. This commit also adds a first test so that the `deno test` command does not fail.
12 lines
158 B
Plaintext
12 lines
158 B
Plaintext
# Visual Studio Code
|
|
.vscode
|
|
|
|
# Environment Variables
|
|
/supabase/.env.local
|
|
/supabase/.env.dev
|
|
/supabase/.env.stage
|
|
/supabase/.env.prod
|
|
|
|
# Deno
|
|
/coverage_deno
|