Skip to content

Bump octokit from 3.1.2 to 4.0.2 #1031

Bump octokit from 3.1.2 to 4.0.2

Bump octokit from 3.1.2 to 4.0.2 #1031

Workflow file for this run

# This workflow will run the linters and check if the all the code satisfies the gameface components style guide.
name: Run linters
on:
pull_request:
branches: [ master ]
jobs:
lint:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: Installing modules
run: npm i
- name: Running linters
run: npm run lint:all