Commit graph

5 commits

Author SHA1 Message Date
708bcb0b91 feat: scan for TODO and FIXME markers
Some checks failed
Test / test (push) Failing after 1m25s
2024-09-18 11:10:05 +01:00
eea2e14fb0 feat: collect env into Config and note planned operations
All checks were successful
Test / test (push) Successful in 3s
2024-09-17 19:42:33 +01:00
f2511d6737 feat: check env vars are all set
Some checks failed
Test / test (push) Failing after 1m9s
2024-09-17 18:34:00 +01:00
a2a9a2ec68 feat: list contents of current directory
All checks were successful
Test / test (push) Successful in 1m0s
2024-09-17 16:48:29 +01:00
1dbfd9fb7b feat: use Dockerfile (hello world)
All checks were successful
Test / test (push) Successful in 3s
Given I want to implement the core login in Rust, I don't want to have a
rust compile step for each invocation. So use a Dockerfile and it will
be built and cached by each Fogejo Runner.
2024-09-17 16:37:40 +01:00