Skip to content

wip: package building #23

wip: package building

wip: package building #23

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

Check failure on line 11 in .github/workflows/feature-push.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/feature-push.yml

Invalid workflow file

error parsing called workflow ".github/workflows/feature-push.yml" -> "cosmicmind/github-actions/.github/workflows/lint.yml@release" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
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