File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 11# arch-boxes
2- [ ![ Actions Status] ( https://github.com/archlinux/arch-boxes/workflows/CI /badge.svg )] ( https://github.com/archlinux/arch-boxes/actions )
2+ [ ![ Actions Status] ( https://github.com/archlinux/arch-boxes/workflows/Github-Actions /badge.svg )] ( https://github.com/archlinux/arch-boxes/actions )
33
44Arch-boxes provides automated builds of the Arch Linux releases for
55different providers and post-processors. Check the providers or post-processor sections if you want to know
Original file line number Diff line number Diff line change 1+ # Styleguide
2+
3+ ## Python
4+
5+ All python scripts must be formatted with ` yapf ` and checked for errors and pep8 with ` flake8 ` .
6+
7+ ## Bash
8+
9+ All shell scripts must be formatted with ` shfmt -i2 -ci ` and be syntax checked via ` shellcheck ` .
10+
11+ ## Vagrant
12+
13+ Vagrant json configuration has to be checked with ` packer validate ` .
You can’t perform that action at this time.
0 commit comments