Skip to content

build: update eslint-config-wikimedia, and run npm update (#374) #190

build: update eslint-config-wikimedia, and run npm update (#374)

build: update eslint-config-wikimedia, and run npm update (#374) #190

Workflow file for this run

name: Linter
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm install
- run: npm run lint
name: AFCH linter