Skip to content

Update dependency octokit to v4 #1424

Update dependency octokit to v4

Update dependency octokit to v4 #1424

Workflow file for this run

name: CI
on:
pull_request:
branches: [main]
workflow_dispatch:
concurrency:
group: ${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
ci:
name: ci
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
cache: yarn
- run: yarn install --frozen-lockfile
- run: yarn tsc
- run: yarn next lint
# - run: yarn test
# - run: yarn build