Skip to content

YEP-2926: Remove YepCodeApiManager and replace dotenv with Node.js built-in env file support #26

YEP-2926: Remove YepCodeApiManager and replace dotenv with Node.js built-in env file support

YEP-2926: Remove YepCodeApiManager and replace dotenv with Node.js built-in env file support #26

Workflow file for this run

name: CI
on:
push:
branches:
- main
- spike/*
pull_request:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
tests:
uses: ./.github/workflows/tests.yml
secrets: inherit
build:
needs: tests
uses: ./.github/workflows/build.yml