Skip to content

fix: display the label instead of the value for menu item (#943) #1966

fix: display the label instead of the value for menu item (#943)

fix: display the label instead of the value for menu item (#943) #1966

Workflow file for this run

name: CI
on:
workflow_dispatch:
pull_request:
branches: [main, dev]
push:
branches: [main, dev]
jobs:
mypy:
uses: ./.github/workflows/mypy.yaml
secrets: inherit
tests:
uses: ./.github/workflows/tests.yaml
secrets: inherit
ci:
runs-on: ubuntu-latest
name: Run CI
needs: [mypy, tests]
steps:
- name: 'Done'
run: echo "Done"