Skip to content

Commit

Permalink
codestyle check
Browse files Browse the repository at this point in the history
  • Loading branch information
JanCaha committed Dec 1, 2023
1 parent e25c940 commit 2dbc82c
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/codestyle.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Check code style for plugin

on: [push, pull_request]

jobs:

Check-Code-Style-for-Plugin-Processing-R:

runs-on: ubuntu-latest

steps:

- name: Checkout
uses: actions/checkout@v4

- uses: psf/black@stable
with:
options: "--check --verbose"

0 comments on commit 2dbc82c

Please sign in to comment.