Skip to content

build: bump @electron/github-app-auth to 3.2.0 (#77) #162

build: bump @electron/github-app-auth to 3.2.0 (#77)

build: bump @electron/github-app-auth to 3.2.0 (#77) #162

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # tag: v6.0.0
- name: Setup Node.js
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # tag: v6.0.0
with:
node-version: lts/-1
- name: Install
run: yarn install
- name: Lint
run: yarn lint