Skip to content

Commit

Permalink
add mundialis linting workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
anikaweinmann committed Dec 5, 2024
1 parent 9eba82d commit a59bfec
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 88 deletions.
25 changes: 0 additions & 25 deletions .github/workflows/black.yml

This file was deleted.

26 changes: 0 additions & 26 deletions .github/workflows/flake8.yml

This file was deleted.

11 changes: 11 additions & 0 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Linting and code quality check

on: [push, pull_request]

jobs:
lint:
uses: mundialis/github-workflows/.github/workflows/linting.yml@main
with:
# set pylint-version to empty string to skip the pylint workflow
pylint-version: ''
BASH_SEVERITY: 'warning'
37 changes: 0 additions & 37 deletions .github/workflows/super-linter.yml

This file was deleted.

0 comments on commit a59bfec

Please sign in to comment.