Skip to content

Commit

Permalink
doc: add examples of projects which use lean-action (#33)
Browse files Browse the repository at this point in the history
Closes #13
  • Loading branch information
austinletson authored May 20, 2024
1 parent ae16192 commit a9d0660
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@ jobs:
build-args: "--wfail"
```

## Projects which use `lean-action`
- [leanprover-community/aesop](https://github.com/leanprover-community/aesop/blob/master/.github/workflows/build.yml#L16)
- [leanprover-community/import-graph](https://github.com/leanprover-community/import-graph/blob/main/.github/workflows/build.yml#L8)

## Keep the action updated with `dependabot`
Because Lean is under heavy development, changes to Lean or Lake could break outdated versions of `lean-action`. You can configure [dependabot](https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates) to automatically create a PR to update `lean-action` when a new stable version is released.

Expand Down

0 comments on commit a9d0660

Please sign in to comment.