Skip to content

Fixed Officer card images for Ranger_Chenore, Trevor_Richardson, and … #88

Fixed Officer card images for Ranger_Chenore, Trevor_Richardson, and …

Fixed Officer card images for Ranger_Chenore, Trevor_Richardson, and … #88

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: 20.x
- name: Install dependencies
run: npm ci
- name: Run lint
run: npm run lint