Skip to content

feat(workflows): Add Node CI and NPM workflows #3

feat(workflows): Add Node CI and NPM workflows

feat(workflows): Add Node CI and NPM workflows #3

Workflow file for this run

---
# This workflow is centrally managed in https://github.com/LizardByte/.github/
# Don't make changes to this file in this repo as they will be overwritten with changes made to the same file in
# the above-mentioned repo.
name: CI-Node
permissions:
contents: read
on:
push:
branches:
- master
pull_request:
branches:
- master
concurrency:
group: "${{ github.workflow }}-${{ github.ref }}"
cancel-in-progress: true
jobs:
call-ci-node:
name: CI-Node
uses: LizardByte/.github/.github/workflows/__call-ci-node.yml@master

Check failure on line 25 in .github/workflows/_ci-node.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/_ci-node.yml

Invalid workflow file

error parsing called workflow ".github/workflows/_ci-node.yml" -> "LizardByte/.github/.github/workflows/__call-ci-node.yml@master" : failed to fetch workflow: workflow was not found.
if: ${{ github.repository != 'LizardByte/.github' }}
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}