This is lab 2 for software architecture subject made by pogromisty
git clone https://github.com/MrPaschenko/ci-tests
go run cmd/example/main.go
Specify input by flags:
- -e "expression"
- -f file_path.txt
Specify output by:
- -o file_path.txt
go test
Every commit and pull request is checked using GitHub Actions
Examples:
- Check is passed (last commit)
- Check is not passed (prelast commit)