Skip to content

Commit

Permalink
format: fix yaml formatting in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
austinletson committed May 20, 2024
1 parent f14e033 commit 23c9cbe
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,16 +99,16 @@ After calling `lean-action` you can leverage the Lean environment in later workf

For example, `leanprover-community/import-graph` uses the setup from `lean-action` to test the `graph` executable with `lake exe graph`:

```lean
steps:
- uses: leanprover/lean-action@v1-alpha
with:
check-reservoir-eligibility: true
# use setup from lean-action to perform the following steps
- name: verify `lake exe graph` works
run: |
lake exe graph
rm import_graph.dot
```yaml
steps:
- uses: leanprover/lean-action@v1-alpha
with:
check-reservoir-eligibility: true
# use setup from lean-action to perform the following steps
- name: verify `lake exe graph` works
run: |
lake exe graph
rm import_graph.dot
```
## Projects which use `lean-action`
Expand Down

0 comments on commit 23c9cbe

Please sign in to comment.