Skip to content

Bump @types/discord-rpc from 4.0.4 to 4.0.8 #8

Bump @types/discord-rpc from 4.0.4 to 4.0.8

Bump @types/discord-rpc from 4.0.4 to 4.0.8 #8

Workflow file for this run

name: ESLint
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 20
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Run ESLint
run: yarn run lint