Skip to content

Commit

Permalink
Fixed bad indentation in YAML action file.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 704307511
  • Loading branch information
agutkin committed Dec 9, 2024
1 parent f610327 commit f3d4bd8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
source venv/bin/activate
./setup.sh
-name: Testing
- name: Testing
run: |
./test.sh
deactivate
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ProtoScribe: Modeling the Evolution of Writing

![CI status](https://github.com/google-research/protoscribe/actions/workflows/test_linux.yaml/badge.svg?branch=main)
![CI status](https://github.com/google-research/protoscribe/actions/workflows/tests.yaml/badge.svg?branch=main)

<center>
<font size="+4">𓏞</font>
Expand Down

0 comments on commit f3d4bd8

Please sign in to comment.