Skip to content

add MoleculeACE benchmark datasets and MPCD datasets in molecular activity prediction #112

add MoleculeACE benchmark datasets and MPCD datasets in molecular activity prediction

add MoleculeACE benchmark datasets and MPCD datasets in molecular activity prediction #112

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
check-links:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Link Checker
id: lychee
uses: lycheeverse/[email protected]
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
with:
fail: true
- name: Create Issue From File
if: env.lychee_exit_code != 0
uses: peter-evans/create-issue-from-file@v4
with:
title: Link Checker Report
content-filepath: ./lychee/out.md
labels: report, automated issue