Skip to content

feat(glyph): add Emoji 17.0 emoji #1452

feat(glyph): add Emoji 17.0 emoji

feat(glyph): add Emoji 17.0 emoji #1452

Workflow file for this run

name: Format
on:
push:
branches: [main]
pull_request:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
format:
runs-on: depot-ubuntu-24.04
container: registry.depot.dev/dwd5s9sq7d:arch-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Check C++ formatting
run: make check-format
- name: Check TypeScript formatting
working-directory: src/typescript
run: npx @biomejs/biome format