feat(website): use a custom displayName for segments and references and remove segmentName prefix for nucleotide mutation/insertion/deletion search #824
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Check values.schema.json formatting | |
| on: | |
| push: | |
| paths: | |
| - 'kubernetes/loculus/values.schema.json' | |
| - '.github/workflows/values-schema-prettier.yml' | |
| pull_request: | |
| paths: | |
| - 'kubernetes/loculus/values.schema.json' | |
| - '.github/workflows/values-schema-prettier.yml' | |
| jobs: | |
| prettier: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout Repository | |
| uses: actions/checkout@v6 | |
| - name: Check Prettier formatting | |
| uses: creyD/prettier_action@v4.6 | |
| with: | |
| dry: true | |
| prettier_version: '3.6.2' | |
| prettier_options: --check kubernetes/loculus/values.schema.json |