Skip to content

Bump ytdl-core from 4.11.2 to 4.11.5 #95

Bump ytdl-core from 4.11.2 to 4.11.5

Bump ytdl-core from 4.11.2 to 4.11.5 #95

Workflow file for this run

name: ESLint
on:
- pull_request
- push
jobs:
build:
name: Run ESLint
runs-on: ubuntu-latest
steps:
# Check out the repository
- uses: actions/checkout@v1
# Install Node.js
- uses: actions/setup-node@v1
with:
node-version: 12
# Install your dependencies
- run: npm ci
# Run ESLint
- uses: eslint/github-action@v0