Skip to content

Commit 451f8c8

Browse files
committed
Run linting and tests remotely
1 parent 38dae8b commit 451f8c8

File tree

2 files changed

+23
-47
lines changed

2 files changed

+23
-47
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 0 additions & 47 deletions
This file was deleted.
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name: Test and lint python package
2+
on:
3+
push:
4+
branches:
5+
- main
6+
pull_request:
7+
branches:
8+
- main
9+
workflow_dispatch:
10+
11+
permissions:
12+
contents: read
13+
14+
jobs:
15+
test-and-lint-python-package:
16+
uses: equinor/armada/.github/workflows/test_and_lint_python_package.yml@main
17+
permissions:
18+
contents: read
19+
with:
20+
python-versions: '["3.12", "3.13", "3.14"]'
21+
run-black: true
22+
run-mypy: true
23+
run-ruff: true

0 commit comments

Comments
 (0)