Skip to content

simplify and clarify calculate_monster_score calculations #267

simplify and clarify calculate_monster_score calculations

simplify and clarify calculate_monster_score calculations #267

Workflow file for this run

name: Code Quality
on:
- pull_request
- push
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: npm ci
working-directory: node
- name: Run ESLint
run: npm run lint
working-directory: node