Skip to content

feat(docs): improved SEO (#DS-4376) #3161

feat(docs): improved SEO (#DS-4376)

feat(docs): improved SEO (#DS-4376) #3161

Workflow file for this run

name: Linters
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
linters:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- uses: ./.github/workflows/actions/setup-node
- run: |
yarn run cspell --no-progress
yarn run prettier
yarn run stylelint --max-warnings=0
yarn run eslint --max-warnings=0
yarn run check-peer-deps