Skip to content

build(deps-dev): bump @babel/eslint-parser from 7.25.1 to 7.25.9 #1278

build(deps-dev): bump @babel/eslint-parser from 7.25.1 to 7.25.9

build(deps-dev): bump @babel/eslint-parser from 7.25.1 to 7.25.9 #1278

Workflow file for this run

name: Stylelint
on:
pull_request:
branches: [ main, dev ]
push:
branches: [ main, dev ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node_version: [ '20' ]
steps:
- uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node_version }}
- name: Install Yarn dependencies
run: yarn
- name: Run tests
run: yarn stylelint