There was an error while loading. Please reload this page.
1 parent effffbe commit 544a7b7Copy full SHA for 544a7b7
2 files changed
.github/workflows/ci.yaml
@@ -6,6 +6,7 @@ on:
6
paths-ignore:
7
- '**.md'
8
pull_request:
9
+ types: [opened, reopened]
10
branches: [ "*" ]
11
12
README.md
@@ -22,6 +22,7 @@ git rebase origin/main
22
Verify that the code adheres to the style guidelines and code analysis rules:
23
```bash
24
flake8 .
25
+isort .
26
black . --check
27
hadolint Dockerfile
28
```
0 commit comments