Skip to content

Bump @octokit/core from 3.6.0 to 6.1.3 #311

Bump @octokit/core from 3.6.0 to 6.1.3

Bump @octokit/core from 3.6.0 to 6.1.3 #311

Workflow file for this run

name: Tests and lints
on: push
jobs:
tag:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- name: Install yarn
run: npm install -g yarn
- name: Install dependencies
run: yarn
- name: Jest
run: yarn test
- name: Lint
run: yarn lint