Skip to content

IDA-503: migrate max players update to server action #175

IDA-503: migrate max players update to server action

IDA-503: migrate max players update to server action #175

Workflow file for this run

name: Code quality
on:
push:
branches:
- main
pull_request:
jobs:
quality:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '20'
- name: Install dependencies
run: npm install
- name: Setup Biome
uses: biomejs/setup-biome@v2
with:
version: latest
- name: Format Code with Biome
run: npm run format