13 lines
338 B
Markdown
13 lines
338 B
Markdown
|
|
# 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
|
||
|
|
```
|