Skip to content

Chusan: add a patch that removes recent scores from rating calculation #66

Chusan: add a patch that removes recent scores from rating calculation

Chusan: add a patch that removes recent scores from rating calculation #66

Workflow file for this run

name: Check HTML/JS is valid
on:
pull_request:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run HTML5 Validator
uses: Cyb3r-Jak3/[email protected]
with:
config: ./.github/html5validator.yml
css: true
- name: Install modules for eslint
run: npm i
- name: Run ESLint
run: npx eslint . --ext .js,.html