Skip to content

Omit first child of each element #5

Omit first child of each element

Omit first child of each element #5

Workflow file for this run

name: Linters
on: pull_request
env:
FORCE_COLOR: 1
jobs:
eslint:
name: ESLint
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: "12.x"
- name: Setup ESLint
run: npm install --save-dev eslint
- name: ESLint Report
run: npx eslint .