Skip to content

feat(rushroyale): show score diff in relation to active player with l… #1472

feat(rushroyale): show score diff in relation to active player with l…

feat(rushroyale): show score diff in relation to active player with l… #1472

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: npm install
- name: Run ESLint
run: npm run lint-be