Skip to content

Prefer for-loops to forEach #5

Prefer for-loops to forEach

Prefer for-loops to forEach #5

Workflow file for this run

name: CI
on:
push:
branches: master
pull_request:
branches: master
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: npm ci
- name: Lint code
run: npm run lint