bump to devel; fix styling and spelling workflows #198
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Run tests in random order | |
on: | |
push: | |
branches: [main, master] | |
pull_request: | |
branches: [main, master] | |
name: check-random-test-order | |
jobs: | |
check-random-test-order: | |
uses: easystats/workflows/.github/workflows/check-random-test-order.yaml@main |