Skip to content

Commit

Permalink
Add check styling workflow (#579)
Browse files Browse the repository at this point in the history
* Create check-styling.yaml

easystats/easystats#357

* Delete styler.yaml

* Update test-interpret.R
  • Loading branch information
IndrajeetPatil committed Mar 19, 2023
1 parent 3a3f9f6 commit 59d7d8a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 13 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.

1 change: 0 additions & 1 deletion tests/testthat/test-interpret.R
Original file line number Diff line number Diff line change
Expand Up @@ -255,4 +255,3 @@ test_that("interpret effectsize_table", {

expect_error(interpret(d), "must specify")
})

0 comments on commit 59d7d8a

Please sign in to comment.