Skip to content

Added Movement Verbs #61

Added Movement Verbs

Added Movement Verbs #61

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']
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: node
- run: bash run-scripts.sh
name: Generate JSON language specification and test
- name: Add & Commit
uses: EndBug/[email protected]
with:
add: rawspec
default_author: github_actions
fetch: true
message: actions—generate JSON langspec