Skip to content

chore(deps-dev): bump @adobe/css-tools from 4.3.1 to 4.3.2 (#285) #936

chore(deps-dev): bump @adobe/css-tools from 4.3.1 to 4.3.2 (#285)

chore(deps-dev): bump @adobe/css-tools from 4.3.1 to 4.3.2 (#285) #936

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/actions/.github/workflows/build-lint-test.yml@main
with:
artifact-path: dist
artifact-name: dev-pages
deploy:
needs: build
uses: cloudscape-design/actions/.github/workflows/deploy.yml@main
secrets: inherit
with:
artifact-name: dev-pages
deployment-path: dist