Skip to content

Handle the edge case where an f-string looks like f"#{some_var}" #1088

Handle the edge case where an f-string looks like f"#{some_var}"

Handle the edge case where an f-string looks like f"#{some_var}" #1088

name: 'PR Tasks Completed Check'
on:
pull_request_target:
types: [opened, edited]
jobs:
task-check:
runs-on: ubuntu-latest
steps:
- uses: kentaro-m/[email protected]
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"