Skip to content

CircleCI to Github actions migration for Kedro-Viz (test) #5

CircleCI to Github actions migration for Kedro-Viz (test)

CircleCI to Github actions migration for Kedro-Viz (test) #5

Workflow file for this run

name: Build frontend
# Runs JavaScript linting & tests on the frontend code for Ubuntu OS and Python 3.9.
on:
push:
paths-ignore:
- 'package/**'
pull_request:
paths-ignore:
- 'package/**'
workflow_dispatch:
jobs:
javascript_lint_and_tests:
strategy:
matrix:
os: [ ubuntu-latest ]
python-version: [ "3.9" ]
uses: ./.github/workflows/javascript-lint-and-tests.yml
with:
os: ${{ matrix.os }}

Check failure on line 20 in .github/workflows/build-frontend.yml

View workflow run for this annotation

GitHub Actions / Build frontend

Invalid workflow file

The workflow is not valid. .github/workflows/build-frontend.yml (Line: 20, Col: 11): Invalid input, os is not defined in the referenced workflow. .github/workflows/build-frontend.yml (Line: 21, Col: 23): Invalid input, python-version is not defined in the referenced workflow.
python-version: ${{ matrix.python-version }}