Skip to content

Commit

Permalink
update build workflow, add ght task to make, update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
abdfnx committed Feb 8, 2022
1 parent 1e19b0b commit de0af7a
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@ jobs:
cd gh-tran
./release.sh $TAG $DATE
cd ../scripts/gh-tran
yarn && yarn start
yarn
cd ../..
make ght
- name: Commit files
env:
Expand Down
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,6 @@ bftcwc: # build full tran container with cache
@docker pull trancli/tran-full:latest && \
docker build -t trancli/tran-full --cache-from trancli/tran-full:latest . && \
docker push trancli/tran-full

ght:
@node ./scripts/gh-tran/gh-trn.js
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,17 @@ config:
* <kbd>ctrl+f</kbd>: Find files and directories by name
* <kbd>q</kbd>/<kbd>ctrl+q</kbd>: Quit

### Technologies Used in Tran

- [**Charm**](https://charm.sh)
- [**Chroma**](github.com/alecthomas/chroma)
- [**Imaging**](https://github.com/disintegration/imaging)
- [**Gorilla Websocket**](https://github.com/gorilla/websocket)
- [**PAKE**](https://github.com/schollz/pake)
- [**Cobra**](https://github.com/spf13/cobra)
- [**GJson**](https://github.com/tidwall/gjson)
- [**Termenv**](https://github.com/muesli/termenv)

### License

tran is licensed under the terms of [MIT](https://github.com/abdfnx/tran/blob/main/LICENSE) license.

0 comments on commit de0af7a

Please sign in to comment.