Skip to content

Update poetry lock and reformat #78

Update poetry lock and reformat

Update poetry lock and reformat #78

Workflow file for this run

on:
pull_request_target:
paths-ignore:
- "docs/Coding-Conventions.md"
types:
- opened
- reopened
jobs:
comment_on_pr:
runs-on: ubuntu-latest
name: PR comment
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Comment on PR
uses: thollander/actions-comment-pull-request@v1
with:
message: |
Thank you for contributing! :wave:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}