Skip to content

Commit

Permalink
fix: ci line breaks and description
Browse files Browse the repository at this point in the history
  • Loading branch information
giancarlopro committed Sep 10, 2023
1 parent f73889f commit 91b255f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/run_rinha_samples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@ jobs:
for json_file in rinha-de-compiler/files/*.json; do
echo "Running with $json_file..."
docker run --rm -v $PWD/$json_file:/var/rinha/source.rinha.json rinha-c-interpreter
echo "\n\n"
echo
echo
done
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# rinha-de-compiler

[![Docker Build and Run](https://github.com/giancarlopro/rinha-de-compiler/actions/workflows/run_rinha_samples.yml/badge.svg)](https://github.com/giancarlopro/rinha-de-compiler/actions/workflows/run_rinha_samples.yml)
[![Tests And Image](https://github.com/giancarlopro/rinha-de-compiler/actions/workflows/run_rinha_samples.yml/badge.svg)](https://github.com/giancarlopro/rinha-de-compiler/actions/workflows/run_rinha_samples.yml)

Esse projeto é um interpretador criado para ser submetido a [rinha de compilers](https://github.com/aripiprazole/rinha-de-compiler).

Expand Down

0 comments on commit 91b255f

Please sign in to comment.