Skip to content

Link to the deleted page upon which a G8-deleted redirect or talk page depended #1918

Link to the deleted page upon which a G8-deleted redirect or talk page depended

Link to the deleted page upon which a G8-deleted redirect or talk page depended #1918

Workflow file for this run

name: Linter
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: npm ci
- name: Lint
run: npm run lint