Skip to content
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.

Merge branch 'main' of https://github.com/RomanFama592/yt_tools_exten… #12

Merge branch 'main' of https://github.com/RomanFama592/yt_tools_exten…

Merge branch 'main' of https://github.com/RomanFama592/yt_tools_exten… #12

Workflow file for this run

name: ESLint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
run-linters:
name: Run linters
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 20
- name: Install Node.js dependencies
run: yarn install
- name: Run linter
run: yarn lint