Skip to content

l10n: update POT and French #10

l10n: update POT and French

l10n: update POT and French #10

Workflow file for this run

name: kdump-anaconda
on: pull_request
jobs:
lint-check:
runs-on: ubuntu-latest
container: ghcr.io/coiby/kdump_anaconda:f38
steps:
- uses: actions/checkout@v2
- run: make runpylint
unit-tests:
runs-on: ubuntu-latest
container: ghcr.io/coiby/kdump_anaconda:f38
steps:
- uses: actions/checkout@v2
- run: make unittest