Skip to content

feat: Add code view component #18

feat: Add code view component

feat: Add code view component #18

Workflow file for this run

name: Build, lint and test
on:
pull_request:
branches:
- main
push:
branches:
- main
permissions:
id-token: write
actions: read
contents: read
security-events: write
deployments: write
jobs:
build:
uses: cloudscape-design/.github/.github/workflows/build-lint-test.yml@main

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

View workflow run for this annotation

GitHub Actions / .github/workflows/build-lint-test.yml

Invalid workflow file

error parsing called workflow ".github/workflows/build-lint-test.yml" -> "cloudscape-design/.github/.github/workflows/build-lint-test.yml@main" : failed to fetch workflow: workflow was not found.
with:
artifact-path: dist
artifact-name: dev-pages
deploy:
needs: build
uses: cloudscape-design/.github/.github/workflows/deploy.yml@main
secrets: inherit
with:
artifact-name: dev-pages
deployment-path: dist