File tree 2 files changed +14
-1
lines changed
2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 1
1
# 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 )
3
3
4
4
Arch-boxes provides automated builds of the Arch Linux releases for
5
5
different 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