Skip to content

Rename logo images to end in _logo and update references #24

Rename logo images to end in _logo and update references

Rename logo images to end in _logo and update references #24

Workflow file for this run

on:
push:
branches-ignore:
- master
- gh-pages
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v2
- name: Set up Node
uses: actions/setup-node@v3
with:
node-version: 18.x
- name: Install dependencies
run: npm ci
- name: Run lint
run: npm run lint