Skip to content

feat(CV-0-1): wip, adding structures, features, and README to repos #167

feat(CV-0-1): wip, adding structures, features, and README to repos

feat(CV-0-1): wip, adding structures, features, and README to repos #167

Workflow file for this run

name: Development Push
on:
push:
branches:
- dev
jobs:
lint:
uses: cosmicmind/github-actions/.github/workflows/lint.yml@release
secrets:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
codeql:
uses: cosmicmind/github-actions/.github/workflows/codeql.yml@release
build:
uses: cosmicmind/github-actions/.github/workflows/lib-build.yml@release
with:
BUILD_TARGET: dev
NODE_ENV: development
VITE_MODE: test
test:
uses: cosmicmind/github-actions/.github/workflows/lib-build.yml@release
with:
BUILD_TARGET: test
NODE_ENV: development
VITE_MODE: test