Skip to content

chore(deps-dev): bump sass from 1.78.0 to 1.79.3 in the dev-dependencies group #2389

chore(deps-dev): bump sass from 1.78.0 to 1.79.3 in the dev-dependencies group

chore(deps-dev): bump sass from 1.78.0 to 1.79.3 in the dev-dependencies group #2389

Workflow file for this run

name: ESLint
on:
push:
branches: [ main ]
pull_request:
branches: [ main, develop ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install modules
run: yarn install-all
- name: Run lint script
run: yarn lint