Skip to content

chore(deps): update all non-major dependencies #559

chore(deps): update all non-major dependencies

chore(deps): update all non-major dependencies #559

name: Continuous Integration - Lint & Docs
on:
push:
branches:
- main
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
cancel-in-progress: true
jobs:
linting:
name: Linting
uses: sapphiredev/.github/.github/workflows/reusable-lint.yml@main
docs:
name: Docgen
if: github.event_name == 'pull_request'
uses: sapphiredev/.github/.github/workflows/reusable-yarn-job.yml@main
with:
script-name: docs
sonar:
name: Sonar Analysis
uses: sapphiredev/.github/.github/workflows/reusable-sonar.yml@main
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}