feat: add ci build task #342

Merged
unkinben merged 3 commits from benvin/begin_ci into develop 2025-07-08 20:19:36 +10:00

3 Commits

Author SHA1 Message Date
8745c6bcb8 fix: resolve warnings/errors
All checks were successful
Build / precommit (pull_request) Successful in 3m31s
- modules/libs/lib/facter/pve_nodelist.rb:11:5: W: [Correctable] Lint/RedundantCopDisableDirective: Unnecessary disabling of Metrics/BlockNesting.a
- site/profiles/manifests/puppet/puppetboard.pp - WARNING: there should be a single space before '=>' on line 158, column 14 on line 158 (check: space_before_arrow)
- site/profiles/manifests/consul/client.pp - WARNING: there should be a single space before '=>' on line 93, column 13 on line 93 (check: space_before_arrow)
- site/profiles/manifests/ntp/client.pp - WARNING: there should be a single space before '=>' on line 44, column 16 on line 44 (check: space_before_arrow)
- site/profiles/manifests/puppet/enc.pp - WARNING: there should be a single space before '=>' on line 14, column 11 on line 14 (check: space_before_arrow)
- site/profiles/manifests/puppet/enc.pp - WARNING: there should be a single space before '=>' on line 18, column 11 on line 18 (check: space_before_arrow)

- set max block nesting to 4
2025-07-08 20:06:50 +10:00
46beea21d2 chore: update docker url
Some checks failed
Build / precommit (pull_request) Failing after 4m6s
- update docker url to use git.unkin.net
- add steps to prepare container
2025-07-07 21:28:09 +10:00
3351ca9260 feat: add ci build task
Some checks failed
Build / precommit (pull_request) Has been cancelled
- a ci workflow for build tests
- run pre-commit against all files
2025-07-06 12:29:29 +10:00