Skip to content

Build(deps-dev): Bump stylelint from 15.9.0 to 15.10.1 #1

Build(deps-dev): Bump stylelint from 15.9.0 to 15.10.1

Build(deps-dev): Bump stylelint from 15.9.0 to 15.10.1 #1

Workflow file for this run

name: Lint Merge Request
on:
pull_request:
branches:
- main
jobs:
Install:
uses: ./.github/workflows/code-install.yml
Lint:
needs: [Install]
uses: ./.github/workflows/code-lint.yml