Skip to content

Add TLA+ example and CI #1

Add TLA+ example and CI

Add TLA+ example and CI #1

Workflow file for this run

name: TLA+ CI
on:
push:
branches: [ main ]
paths:
- 'tla/**'
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
tla:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: extractions/setup-just@v1
with:
just-version: 1.35.0
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '23'
- name: check
run: |
cd tla
just install-tla
just check pluscal.tla