A node-less replacement for the original actions/checkout action
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Rafael G. Martins f23041b0e6
All checks were successful
build / build (push) Successful in 9s
build / test (push) Successful in 2s
build: fix concurrency group
2026-06-09 01:14:23 +02:00
.forgejo/workflows build: fix concurrency group 2026-06-09 01:14:23 +02:00
.gitignore initial code 2026-06-04 17:02:45 +02:00
action.yml initial code 2026-06-04 17:02:45 +02:00
go.mod initial code 2026-06-04 17:02:45 +02:00
go.sum initial code 2026-06-04 17:02:45 +02:00
LICENSE initial code 2026-06-04 17:02:45 +02:00
main.go initial code 2026-06-04 17:02:45 +02:00
README.md initial code 2026-06-04 17:02:45 +02:00

checkout

A node-less replacement for the original actions/checkout action

Warning

This implementation is limited to what I personally care about.