Skip to content

chore: Safe typing for attribute editor #5604

chore: Safe typing for attribute editor

chore: Safe typing for attribute editor #5604

Workflow file for this run

name: Build, lint and test
on:
pull_request:
branches:
- main
merge_group:
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
secrets: inherit
with:
artifact-path: lib/static-default
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: lib/static-default