Skip to content

[WIP] API to download export results #13306

[WIP] API to download export results

[WIP] API to download export results #13306

Workflow file for this run

name: StyleLint
on: pull_request
jobs:
Linter:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '22.x'
- name: Install dependencies
run: |
yarn install --frozen-lockfile
- name: Run checks
run: |
echo "StyleLint version: "$(yarn run -s stylelint --version)
yarn run stylelint '**/*.css' '**/*.scss'