Skip to content

Commit 67b462e

Browse files
committed
Add python QA job
1 parent f12198d commit 67b462e

1 file changed

Lines changed: 2 additions & 14 deletions

File tree

.github/workflows/actions.yaml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,8 @@ on:
1212
- '**'
1313

1414
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
15+
qa:
16+
uses: EO-DataHub/github-actions/.github/workflows/qa-python.yaml@main
2917

3018
security-scan:
3119
name: Call Security Scan

0 commit comments

Comments
 (0)