diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-13 21:36:22 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-13 21:36:22 +0100 |
| commit | e5b489379594410ac20f293fd4d35ee494fed3d3 (patch) | |
| tree | 3dd671908f8398394a7763468b8c01d66d6c8a82 /.github/workflows | |
| parent | 863ff1367e914e5e45ec866feb2ff9babfc51a98 (diff) | |
[CHORE] Remove pylint CI.ne_system-new-architecture
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/updater-pylint.yml | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/.github/workflows/updater-pylint.yml b/.github/workflows/updater-pylint.yml deleted file mode 100644 index e967e09..0000000 --- a/.github/workflows/updater-pylint.yml +++ /dev/null @@ -1,23 +0,0 @@ -name: Pylint for Updater (API) - -on: [push] - -jobs: - build: - runs-on: ubuntu-latest - strategy: - matrix: - python-version: ["3.8", "3.9", "3.10"] - steps: - - uses: actions/checkout@v4 - - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v3 - with: - python-version: ${{ matrix.python-version }} - - name: Install dependencies - run: | - python -m pip install --upgrade pip - pip install pylint - - name: Analysing the code with pylint - run: | - pylint $(git ls-files 'updater/*.py')
\ No newline at end of file |
