runner-images/README.md

13 lines
338 B
Markdown
Raw Normal View History

2023-07-27 20:58:06 +00:00
# runner-images
This uses https://github.com/actions/runner-images/blob/9a403df7bda5868203ec8bd1036c28ad12fee294/images/linux/Ubuntu2204-Readme.md
as inspiration to build a base image that is useful without installing many different packages.
## Development
Set up pre-commit before starting development:
```sh
pre-commit install
```