Skip to content

Commit 2bace98

Browse files
fix: remove quote from credo step in github ci #4
1 parent fc4ca08 commit 2bace98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ jobs:
2020
- run: mix deps.get
2121
- run: mix deps.compile --only test
2222
- run: mix format --check-formatted --dry-run
23-
- run: mix credo --strict"
23+
- run: mix credo --strict
2424
- run: mix dialyzer
2525
- run: mix test

0 commit comments

Comments
 (0)