Skip to content

GOATS-447: Bump ipykernel from 6.30.1 to 7.0.0 in the notebook-depend… #313

GOATS-447: Bump ipykernel from 6.30.1 to 7.0.0 in the notebook-depend…

GOATS-447: Bump ipykernel from 6.30.1 to 7.0.0 in the notebook-depend… #313

name: Run StyleLint
on:
pull_request:
paths:
- "src/**/*.css"
- ".github/workflows/run_stylelint.yaml"
push:
branches:
- main
jobs:
run_stylelint:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v5
- name: Setup Node.js
uses: actions/setup-node@v5
with:
node-version: latest
- name: Install stylelint
run: |
npm install --save-dev stylelint stylelint-config-standard
- name: Run stylelint
run: npx stylelint "**/*.css"