Skip to content

Commit

Permalink
add check styling workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil committed Mar 17, 2023
1 parent ca91ec4 commit 68cfdbf
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/check-styling.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
on:
push:
branches: [main, master]
pull_request:
branches: [main, master]

name: check-styling

jobs:
check-styling:
uses: easystats/workflows/.github/workflows/check-styling.yaml@main
12 changes: 0 additions & 12 deletions .github/workflows/styler.yaml

This file was deleted.

0 comments on commit 68cfdbf

Please sign in to comment.