Skip to content
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.

Felicia/dis 1592 jamsocket javascript add socketio back in #20

Felicia/dis 1592 jamsocket javascript add socketio back in

Felicia/dis 1592 jamsocket javascript add socketio back in #20

Workflow file for this run

name: Check TypeScript code
on:
pull_request:
branches: [ "main" ]
jobs:
check-ts-format:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '18'
- name: Check formatting formatter
run: npx prettier --check "src/**/*.{ts,tsx}"