Skip to content

feat(chusan): in-game naive rating #67

feat(chusan): in-game naive rating

feat(chusan): in-game naive rating #67

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