Skip to content

Fix link text from 'Change Log' to 'Changelog' #431

Fix link text from 'Change Log' to 'Changelog'

Fix link text from 'Change Log' to 'Changelog' #431

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
# checkout@v5
- uses: jonobr1/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
- name: Install modules
run: npm install
- name: Run ESLint
run: npm run lint