Skip to content

feat: add DsfrDataTableV2 and DsfrTabsV2.vue #22

feat: add DsfrDataTableV2 and DsfrTabsV2.vue

feat: add DsfrDataTableV2 and DsfrTabsV2.vue #22

name: Lint, format and test
on:
push:
jobs:
lint-format-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
cache: yarn
cache-dependency-path: ./yarn.lock
node-version: 20
- name: Install packages
run: yarn --immutable
- name: Run the linter
run: yarn lint:all
- name: Run backend tests
run: yarn workspace @vao/backend test