Skip to content

Commit

Permalink
Create check-test-warnings.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil committed Dec 23, 2022
1 parent d44613d commit 2e90e42
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/check-test-warnings.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Running tests with options(warn = 2) to fail on test warnings
on:
push:
branches: [main, master]
pull_request:
branches: [main, master]

name: check-test-warnings

jobs:
check-test-warnings:
uses: easystats/workflows/.github/workflows/check-test-warnings.yaml@main

0 comments on commit 2e90e42

Please sign in to comment.