Skip to content

chore(deps-dev): bump @octokit/graphql-schema from 14.4.0 to 14.29.0 #229

chore(deps-dev): bump @octokit/graphql-schema from 14.4.0 to 14.29.0

chore(deps-dev): bump @octokit/graphql-schema from 14.4.0 to 14.29.0 #229

Workflow file for this run

name: Unit Test
on: push
jobs:
jest-tests:
name: Run Unit Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: npm install
- name: Testing
run: npm run test