Skip to content

Generate serialized language spec #6

Generate serialized language spec

Generate serialized language spec #6

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" ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: node
- run: cd scripting && npm ci && npm start
- name: Add & Commit
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "Update JSON language specification"