Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/bandit.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
on: [ push, pull_request ]
name: Bandit security checkup
permissions: {}
jobs:
bandit:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/flake8.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
on: [ push, pull_request ]
name: flake8 linting
permissions: {}
jobs:
flake8:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/mypy.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
on: [ push, pull_request ]
name: mypy type checking
permissions: {}
jobs:
mypy:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pylint.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
on: [ push, pull_request ]
name: Pylint linting
permissions: {}
jobs:
pylint:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
on: [ push, pull_request ]
name: pytest test validation
permissions: {}
jobs:
pytest:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ruff-format.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
on: [ push, pull_request ]
name: ruff check formatting
permissions: {}
jobs:
ruff_format_check:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ruff-lint.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
on: [ push, pull_request ]
name: ruff check linting
permissions: {}
jobs:
ruff:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/translation-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
- 'archinstall/**/*.py'
- 'archinstall/locales/**'
- '.github/workflows/translation-check.yaml'
permissions: {}
jobs:
translations:
name: Validate translations
Expand Down