Skip to content

LBINFRA-52/improve-ci #17

LBINFRA-52/improve-ci

LBINFRA-52/improve-ci #17

Workflow file for this run

name: Continuous Integration
on:
push:
branches: [master, develop]
pull_request:
branches: [master, develop]
jobs:
lint:
secrets: inherit
uses: mconf/mconf-ci-jobs/.github/workflows/lb-node-lint.yml@main

Check failure on line 12 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

error parsing called workflow ".github/workflows/ci.yml" -> "mconf/mconf-ci-jobs/.github/workflows/lb-node-lint.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
test:
secrets: inherit
uses: mconf/mconf-ci-jobs/.github/workflows/lb-node-tests.yml@main
needs: lint
build:
secrets: inherit
uses: mconf/mconf-ci-jobs/.github/workflows/lb-node-build.yml@main
needs: test
scan:
secrets: inherit
uses: mconf/mconf-ci-jobs/.github/workflows/lb-scan.yml@main
needs: build