Skip to content

chore: change x position for some item and variable name #846

chore: change x position for some item and variable name

chore: change x position for some item and variable name #846

Workflow file for this run

name: Test
on:
push:
branches:
- master
pull_request:
branches:
- master
permissions: read-all
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Setup Node
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
with:
node-version: "22.x"
cache: npm
- name: Install, Build, and Test Package
run: |
npm install
npm install typescript
npm run build
npm run test
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
- name: Code Coverage
uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0