Skip to content

Bump stylelint from 14.3.0 to 15.10.1 #1526

Bump stylelint from 14.3.0 to 15.10.1

Bump stylelint from 14.3.0 to 15.10.1 #1526

name: CI [did-resolver]
on:
pull_request:
paths:
- "packages/did-resolver/**"
- "packages/python-did-resolver/**"
- "packages/test-support/**"
- "packages/eslint-config/**"
- ".github/workflows/pr-did-resolver.yml"
- "package.json"
- "yarn.lock"
jobs:
test:
name: Build & Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: volta-cli/action@v4
- uses: ./.github/actions/setup-node-modules-cache
with:
yarn_lock_md5: ${{ hashFiles('yarn.lock') }}
- run: yarn --prefer-offline --frozen-lockfile
- run: yarn test:did-resolver