diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e3a7232..ba9b1cd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,4 +24,12 @@ jobs: name: Run lf-lang/action-setup-lf with: lfc-version: ${{matrix.lfc}} - lingo-version: ${{matrix.lingo}} \ No newline at end of file + lingo-version: ${{matrix.lingo}} + + - name: Smoke test LFC + run: lfc --version + shell: bash + + - name: Smoke test lingo + run: lingo --version + shell: bash \ No newline at end of file diff --git a/README.md b/README.md index 25040c1..d9ab1a0 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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