Skip to content

build(deps): bump dayjs from 1.11.9 to 1.11.10 #536

build(deps): bump dayjs from 1.11.9 to 1.11.10

build(deps): bump dayjs from 1.11.9 to 1.11.10 #536

Workflow file for this run

name: Quality
on:
workflow_dispatch:
push:
branches:
- main
- acceptance
pull_request:
types: [opened, synchronize, reopened]
jobs:
test-build:
name: Test & build
runs-on: ubuntu-latest
strategy:
matrix:
node: [ 16 ]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node }}
- run: yarn
# Build modules
- run: yarn build-insee
# Build sonar reports
- run: yarn test:coverage
- name: SonarCloud Scan
uses: sonarsource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets. SONAR_TOKEN }}