Skip to content

chore: fixed logo url #5

chore: fixed logo url

chore: fixed logo url #5

Workflow file for this run

name: ci
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
push:
branches:
- main
pull_request:
branches:
- main
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
build:
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/dart_package.yml@v1
# Removed: Verify Pana Score Job (could not read Username for 'https://github.com': terminal prompts disabled)
# pana:
# uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/pana.yml@v1