Skip to content

fix(types): export new endpoints #22

fix(types): export new endpoints

fix(types): export new endpoints #22

Workflow file for this run

name: Types Test
on:
push:
pull_request:
jobs:
build:
defaults:
run:
working-directory: valorant-api-types
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: 'Use Node.js 20.x'
uses: actions/setup-node@v3
with:
node-version: '20.x'
- run: npm ci
- run: npm test