Skip to content

Separate Gherkin notation from BDD practice #212

Separate Gherkin notation from BDD practice

Separate Gherkin notation from BDD practice #212

Workflow file for this run

name: iec check
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: astral-sh/setup-uv@v8.1.0
with:
version: "latest"
- name: Install iec-cli
run: uv tool install git+https://github.com/intent-engineering-for-coding-agents/cli.git
- name: Run iec check
run: iec check