Update build. Publish build.
All checks were successful
devranta build / build (push) Successful in 59s

This commit is contained in:
retoor 2024-12-02 17:49:20 +01:00
parent 5b45e622ee
commit 4098355f8a

View File

@ -15,3 +15,9 @@ jobs:
- run: make install
- run: make run
- run: make test
- run: git add .
- run: git config --global user.email "bot@molodetz.com"
- run: git config --global user.name "bot"
- run: git commit -a -m "New build."
- run: git push