Skip to content

Bump @octokit/endpoint from 10.1.1 to 10.1.3 #20

Bump @octokit/endpoint from 10.1.1 to 10.1.3

Bump @octokit/endpoint from 10.1.1 to 10.1.3 #20

Workflow file for this run

name: Linting
on: [push]
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 20
cache: yarn
- run: yarn
- run: yarn lint