Skip to content

core: sleep_abortable propagates custom abort exception when already … #123

core: sleep_abortable propagates custom abort exception when already …

core: sleep_abortable propagates custom abort exception when already … #123

Workflow file for this run

name: Pre-commit
on: [push, pull_request]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
with:
python-version: '3.x'
- uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
- name: Show diff of fixes ($ at EOL)
if: failure()
# trailing whitespace is hard to see, so add $
# to the end of diff lines
run: git diff | sed '/^[+-]/s/$/$/'