Skip to content

Generate serialized language spec #1

Generate serialized language spec

Generate serialized language spec #1

Workflow file for this run

# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs
name: Generate JSON language specification
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: '22.x'
cache: 'npm'
- run: npm ci
- run: npm start
- name: Add & Commit
uses: EndBug/[email protected]
with:
add: 'rawspec'
default_author: github_actions
fetch: true
message: 'actions—generate JSON langspec'