Skip to content

Commit 3346a2f

Browse files
author
Christian Rebischke
authored
Merge pull request #60 from shibumi/shibumi/fix-documentation
fixed docs and added styleguide
2 parents 591849e + ae44795 commit 3346a2f

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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

44
Arch-boxes provides automated builds of the Arch Linux releases for
55
different providers and post-processors. Check the providers or post-processor sections if you want to know

STYLEGUIDE.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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`.

0 commit comments

Comments
 (0)