Skip to content

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

chore(deps): update all non-major dependencies

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

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
formatting:
name: Formatting
uses: sapphiredev/.github/.github/workflows/reusable-prettier.yml@main
markdownlint:
name: MarkdownLint
uses: sapphiredev/.github/.github/workflows/reusable-yarn-job.yml@main
with:
script-name: lint:no-fix
sonar:
name: Sonar Analysis
uses: sapphiredev/.github/.github/workflows/reusable-sonar.yml@main
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}