Commit graph

3 commits

Author SHA1 Message Date
4cbf49bcf5 feat: add details of current employment 2020-08-03 23:28:18 +00:00
41abb52089
updated CV summary
- add more focus on using and learning Go.
- highlight desire to transition to a software engineering role.
2020-02-08 18:40:01 +00:00
95bd888c18
ci: add spell checking in CI pipeline
This commit adds a spell checking job to the testing
stage of the GitLab CI pipeline.
GNU Aspell is used to check the spelling of the JSON
CV.

The following changes are made in this commit:

- created a wrapper script that uses GNU Aspell to check
the word spellings in the CV. Errors are printed to the screen.
- created a make target to run the spellcheck script.
- created a new job in the test stage to run the new make target.
- create a custom word list for this project.
- corrections made in CV.
2020-02-08 13:56:21 +00:00