Skip to content

Commit

Permalink
add linting and manual workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
anikaweinmann committed Jul 1, 2024
1 parent 429b0f8 commit dce2b45
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .github/workflows/grass-manual.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
on:
push:
branches: [ main ]

jobs:
grass-manual:
uses: mundialis/github-workflows/.github/workflows/grass-manual.yml@main
7 changes: 7 additions & 0 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
name: Python Flake8, black and pylint code quality check

on: [push]

jobs:
lint:
uses: mundialis/github-workflows/.github/workflows/linting.yml@main
1 change: 0 additions & 1 deletion README.md

This file was deleted.

0 comments on commit dce2b45

Please sign in to comment.