Skip to content

build(deps): bump bootstrap-scss from 5.3.1 to 5.3.2 #2770

build(deps): bump bootstrap-scss from 5.3.1 to 5.3.2

build(deps): bump bootstrap-scss from 5.3.1 to 5.3.2 #2770

name: yarn lint
on:
push:
branches:
- main
paths:
- '**/*.js'
- '**/*.json'
- '**/*.jsx'
- 'yarn.lock'
pull_request:
branches:
- main
paths:
- '**/*.js'
- '**/*.json'
- '**/*.jsx'
- 'yarn.lock'
jobs:
yarn_lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: lts/fermium
- run: yarn
- run: yarn lint
- run: yarn test