Skip to content

cytube: add future support for new API #1531

cytube: add future support for new API

cytube: add future support for new API #1531

Workflow file for this run

name: Automated tests + lint
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Enable Corepack
run: corepack enable
- name: Use Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: "20.x"
cache: 'yarn'
- name: Prepare Yarn packages
run: yarn
- name: Run tests
run: yarn test
- name: Run lint:fix
run: yarn lint:fix