Skip to content

Commit

Permalink
Improve README CI badge
Browse files Browse the repository at this point in the history
  • Loading branch information
utensil committed Oct 5, 2024
1 parent fa99e69 commit 16014bf
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/aya.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Aya Playground CI
name: Aya CI

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lean4.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Lean 4 Playground
name: Lean 4 CI

on:
# Triggers the workflow on push or pull request events but only for the "main" branch and "v4*" branches
Expand Down
2 changes: 2 additions & 0 deletions aya/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Aya Playground

[![Aya CI](https://github.com/utensil/formal-land/actions/workflows/aya.yml/badge.svg)](https://github.com/utensil/formal-land/actions/workflows/aya.yml)

Experiments with [Aya Prover](https://www.aya-prover.org/).
2 changes: 0 additions & 2 deletions lean4/Playground/index.lean
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
# Lean 4 Playground
[![Lean 4 Playground](https://github.com/utensil/lean-playground/actions/workflows/lean4.yml/badge.svg)](https://github.com/utensil/lean-playground/actions/workflows/lean4.yml)
-/

#eval Lean.versionString
Expand Down
4 changes: 4 additions & 0 deletions lean4/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Lean 4 Playground

[![Lean 4 Playground](https://github.com/utensil/formal-land/actions/workflows/lean4.yml/badge.svg)](https://github.com/utensil/formal-land/actions/workflows/lean4.yml)

See it in action [here](https://utensil.github.io/formal-land/).

## Install Lean 4 and Configure it

Just trigger it following [Quickstart in Lean 4 Manual](https://leanprover.github.io/lean4/doc/quickstart.html) with the help from the VSCode extension for Lean 4.
Expand Down

0 comments on commit 16014bf

Please sign in to comment.