Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,12 @@ jobs:
name: Run lf-lang/action-setup-lf
with:
lfc-version: ${{matrix.lfc}}
lingo-version: ${{matrix.lingo}}
lingo-version: ${{matrix.lingo}}

- name: Smoke test LFC
run: lfc --version
shell: bash

- name: Smoke test lingo
run: lingo --version
shell: bash
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: lf-lang/action-setup-lf@v0.1
- uses: lf-lang/action-setup-lf@v0.2
with:
lfc-version: stable
lingo-version: stable
Expand All @@ -25,7 +25,7 @@ jobs:

For latest nightly release of lfc and v0.2.0 of lingo:
```yaml
- uses: lf-lang/action-setup-lf@v0.1
- uses: lf-lang/action-setup-lf@v0.2
with:
lfc-version: nightly
lingo-version: 0.2.0
Expand Down