Skip to content

Function macro expansion bug when multi argument macro arg has same name as user input #115

Function macro expansion bug when multi argument macro arg has same name as user input

Function macro expansion bug when multi argument macro arg has same name as user input #115

Workflow file for this run

name: Run tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
name: Run tests
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- name: Run tests
run: npm test
- name: Typecheck
run: npx tsc --noEmit