Skip to content

Commit 7082038

Browse files
committed
format: Misc formatting
1 parent 929bb39 commit 7082038

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: .github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
3232
- name: Run tests
3333
env:
34-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
34+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3535
run: |
3636
time docker run --env GITHUB_TOKEN bash-object:bash-version \
3737
--tap tests

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# bash-object
22

3-
The _first_ Bash library for manipulating heterogenous data hierarchies
4-
3+
The first and only Bash library for manipulating heterogenous data hierarchies
4+
g
55
This is meant to be a low level API providing primitives for other libraries.
66

77
## Exhibition

0 commit comments

Comments
 (0)