Skip to content

Commit

Permalink
docs(readme): add pre-commit to technologies
Browse files Browse the repository at this point in the history
  • Loading branch information
JowiAoun committed Oct 6, 2024
1 parent 620cfe6 commit 063baab
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@

- [Bash](https://www.gnu.org/software/bash/): `sh`-compatible shell full of features & built ins
- [Docker](https://www.docker.com/): Run tasks (such as lint) on a container, working on any machine
- [ShellCheck](https://github.com/koalaman/shellcheck): Tool for picking up warnings & shell script suggestions, run in the pipelines & pre-commit
- [GitHub Actions](https://github.com/features/actions): Run workflows to lint, build & push docker image
- [Conventional Commit](https://www.conventionalcommits.org/en/v1.0.0/): Specification for naming commits
- [Pre-Commit](https://pre-commit.com/): Run a pre-commit configs locally
- [ShellCheck](https://github.com/koalaman/shellcheck): Tool for picking up warnings & shell script suggestions, run in the pipelines & pre-commit
- [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/): Specification for naming commits

### License 📄

Expand Down

0 comments on commit 063baab

Please sign in to comment.