Skip to content

Use the MDAnalysis hydrogen bond module to calculate the bonds #90

Use the MDAnalysis hydrogen bond module to calculate the bonds

Use the MDAnalysis hydrogen bond module to calculate the bonds #90

Workflow file for this run

name: Greetings
on: [pull_request, issues]
jobs:
greeting:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: 'Congras on the first issue!'
pr-message: 'Thank you for creating your first pull request!'