Skip to content

build(deps): bump ky from 1.14.0 to 2.0.2 #935

build(deps): bump ky from 1.14.0 to 2.0.2

build(deps): bump ky from 1.14.0 to 2.0.2 #935

Workflow file for this run

name: ESLint
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: Run ESLint
run: pnpm run lint