Skip to content

fix(organization): display the libelle of NAF/APE again #3506

fix(organization): display the libelle of NAF/APE again

fix(organization): display the libelle of NAF/APE again #3506

Workflow file for this run

#
name: CI
on:
push:
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- name: Install bun
uses: oven-sh/setup-bun@4bc047ad259df6fc24a6c9b0f9a0cb08cf17fbe5 # v2
- run: bun install --frozen-lockfile
- run: bun run build
- run: bun run test:type-check
- run: bun test
--coverage
--coverage-reporter=lcov
--coverage-reporter=text