Skip to content

Commit

Permalink
Merge pull request #27 from camptocamp/readme-checks
Browse files Browse the repository at this point in the history
Add some information about the project context
  • Loading branch information
sbrunner authored Dec 9, 2020
2 parents c657050 + 81c8bce commit 9e6716d
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 2 deletions.
28 changes: 28 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,34 @@ At the base of the configuration you have:

Many actions can be disabled by setting the corresponding configuration part to `False`.

# Checks

The configuration profile consider we use a project with:

- Dependabot.
- The following workflows:
- `Continuous integration`,
- `Rebuild` on all supported branch,
- `Audit` for security issues on all supported branches,
- `Backport` between all supported branches,
- `Clean Docker hub tags`,
- `Auto merge Dependabot updates`.
- A `SECURITY.md` file.

It will check that:

- All the workflows are conform on what we expect,
- All the workflows are completely configured for all the versions present in `SECURITY.md` file.
- The code is conform with the `black` and `isort` rules.
- The `gitattributes` are valid.
- All text files end with an empty line.

# IDE

The IDE should be configured as:

- using `black` and `isort` without any arguments,
- using the `editorconfig` configuration.

# Publishing

Expand Down
4 changes: 2 additions & 2 deletions example-project/.github/workflows/clean.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: Clean docker hub tags
name: Clean Docker hub tags

on: delete

jobs:
clean:
runs-on: ubuntu-20.04
name: Clean docker hub tags
name: Clean Docker hub tags
timeout-minutes: 5

steps:
Expand Down

0 comments on commit 9e6716d

Please sign in to comment.