We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f12198d commit 67b462eCopy full SHA for 67b462e
1 file changed
.github/workflows/actions.yaml
@@ -12,20 +12,8 @@ on:
12
- '**'
13
14
jobs:
15
- pre-commit-preparation:
16
- name: Pre-commit
17
- runs-on: ubuntu-latest
18
- steps:
19
- - uses: actions/checkout@v3
20
- - uses: actions/setup-python@v3
21
-
22
- - name: Copy config
23
- run: |
24
- if [ ! -f .pre-commit-config.yaml ]; then
25
- curl -o .pre-commit-config.yaml https://raw.githubusercontent.com/EO-DataHub/github-actions/main/.pre-commit-config-python.yaml
26
- fi
27
28
- - uses: pre-commit/action@v3.0.1
+ qa:
+ uses: EO-DataHub/github-actions/.github/workflows/qa-python.yaml@main
29
30
security-scan:
31
name: Call Security Scan
0 commit comments