Skip to content

chore(deps-dev): bump sass from 1.63.6 to 1.65.1 in /client #1907

chore(deps-dev): bump sass from 1.63.6 to 1.65.1 in /client

chore(deps-dev): bump sass from 1.63.6 to 1.65.1 in /client #1907

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@v2
- name: Install modules
run: yarn && yarn install-client
- name: Run lint script
run: yarn lint