Skip to content

fix: 複合代入文の左辺が1回だけ評価されるように (#847) #12

fix: 複合代入文の左辺が1回だけ評価されるように (#847)

fix: 複合代入文の左辺が1回だけ評価されるように (#847) #12

Workflow file for this run

name: API report
on:
push:
branches:
- master
pull_request:
workflow_dispatch:
jobs:
report:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4.2.2
- name: Setup Node.js
uses: actions/setup-node@v4.1.0
with:
node-version: 20.x
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build
- name: Check files
run: ls built
- name: API report
run: npm run api-prod
- name: Show report
if: always()
run: cat temp/aiscript.api.md