Skip to content

Pin the spec to LF, and give the outcome gate a control that can fail it #224

Pin the spec to LF, and give the outcome gate a control that can fail it

Pin the spec to LF, and give the outcome gate a control that can fail it #224

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
steps:
- uses: actions/checkout@v7
- uses: actions/setup-python@v6
with:
python-version: "3.12"
- run: python -m pip install -e ".[test]"
- run: python -m pytest