Skip to content

Use Valve's GetPriceValueAsInt when sorting by price #25

Use Valve's GetPriceValueAsInt when sorting by price

Use Valve's GetPriceValueAsInt when sorting by price #25

Workflow file for this run

name: Lint
permissions:
contents: read
on: [push, pull_request]
jobs:
build:
name: CI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
- name: Install
run: npm install
- name: Test
run: npm test