Skip to content

Commit

Permalink
Add some information about the project context
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Dec 8, 2020
1 parent da2384d commit 6195e1d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,20 @@ At the base of the configuration you have:

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

# Checks

The curent configuration profile consider we use a project with:

- The following workflows:
- `Continus interation`,
- `Rebuild` on all supported branch,
- `Audit` for security issune on all supported branches,
- `Backport` between all supported branches,
- `Clean Docker hub tags`,
- `Auto merge Dependabot updates`.
- A `SECURITY.md` file.
- And we also check that the code is conform with the `black` and `isort` rules, for the coformity with
the `gitattributes`, and for the right end of file on text files.

# 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 6195e1d

Please sign in to comment.