Skip to content

fix: small es language fix #2995

fix: small es language fix

fix: small es language fix #2995

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: "20"
cache: "npm"
- run: npm ci
- run: npm run prettier-check
- run: npm run test
- run: npm run tsc