Skip to content

Bump eslint-plugin-unicorn from 53.0.0 to 55.0.0 (#185) #1280

Bump eslint-plugin-unicorn from 53.0.0 to 55.0.0 (#185)

Bump eslint-plugin-unicorn from 53.0.0 to 55.0.0 (#185) #1280

Workflow file for this run

name: Build Docs
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: latest
- name: Install Dependencies
run: pnpm i --frozen-lockfile --ignore-scripts
- name: Test Docs
run: pnpm run test:docs