Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lhstrh authored Feb 7, 2024
1 parent 5d0505b commit 30419ad
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
</p>

# Summary

This GitHub action recursively visits a given `search_dir`, finds every `.lf` file, and reports each file that failed to compile.
Action for repositories with Lingua Franca code to ensure that the source files work with a particular version of the compiler (the latest release is used by default).
It recursively visits a given `search_dir`, finds every `.lf` file, and reports each file that either fails a `compile` or `format` check, depending on the specified `check_mode` parameter.
This action was initially developed for use in the [Lingua Franca Playground](https://github.com/lf-lang/playground-lingua-franca).

# Usage

Expand Down

0 comments on commit 30419ad

Please sign in to comment.