Skip to content

ci: moves simplecov into validations #6

ci: moves simplecov into validations

ci: moves simplecov into validations #6

Workflow file for this run

---

Check failure on line 1 in .github/workflows/validations.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/validations.yaml

Invalid workflow file

(Line: 14, Col: 5): Required property is missing: runs-on
name: Validations
on: # yamllint disable-line rule:truthy
workflow_dispatch:
workflow_call:
pull_request:
jobs:
validate_ruby:
name: Ruby Tests
uses: ./.github/workflows/main.yaml
ensure_coverage:
needs: validate_ruby
steps:
- name: Check SimpleCov coverage
uses: joshmfrankel/simplecov-check-action@main
with:
minimum_suite_coverage: 97
minimum_file_coverage: 90
github_token: ${{ secrets.GITHUB_TOKEN }}