Welcome to mirror list, hosted at ThFree Co, Russian Federation.

lint.yml « workflows « .github « is-callable « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f80379c464aa11df83b0cc312870fc55cbb2b78c (plain)
1
2
3
4
5
6
7
8
9
10
11
name: lint

on: [push, pull_request]

jobs:
    lint:
        runs_on: ubuntu-latest

        strategy:
            matrix:
                node_version: