Skip to content

fix(color): fix wrong background color for card & update color initialization #23

fix(color): fix wrong background color for card & update color initialization

fix(color): fix wrong background color for card & update color initialization #23

Workflow file for this run

name: ci
permissions: write-all
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref }}
cancel-in-progress: true
on:
pull_request:
types:
- opened
- reopened
- synchronize
- ready_for_review
jobs:
semantic_pull_request:
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/semantic_pull_request.yml@v1
spell-check:
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/spell_check.yml@v1
with:
includes: "**/*.md"
modified_files_only: false
test_with_coverage:
uses: ./.github/workflows/_test_with_coverage.yaml
secrets: inherit