diff --git a/.github/workflows/validate-ctv.yml b/.github/workflows/validate-ctv.yml new file mode 100644 index 0000000..58d4172 --- /dev/null +++ b/.github/workflows/validate-ctv.yml @@ -0,0 +1,23 @@ +on: + push: + branches: + - main + - master + paths: + - '.github/workflows/validate-ctv.yml' + - 'MachineLearning.md' + pull_request: + branches: + - main + - master + paths: + - '.github/workflows/validate-ctv.yml' + - 'MachineLearning.md' + +name: Validate task view + +jobs: + validate-ctv: + runs-on: ubuntu-latest + steps: + - uses: cran-task-views/ctv/validate-ctv@main