Skip to content

updated build references #14

updated build references

updated build references #14

Workflow file for this run

name: Feature Push
on:
push:
branches-ignore:
- develop
- release
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: develop
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