Skip to content

Commit

Permalink
asdfsadfaf
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbkoch committed Jul 28, 2024
1 parent e6e0496 commit 594391f
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ jobs:
uses: actions/github-script@v6
with:
script: |
await github.rest.checks.update({
github.rest.checks.update({
owner: context.repo.owner,
repo: context.repo.repo,
check_run_id: check_python,
Expand All @@ -609,13 +609,3 @@ jobs:
summary: 'The black formatting check failed but it is marked as neutral.',
}
});
# github.rest.checks.create({
# owner: context.repo.owner,
# repo: context.repo.repo,
# name: 'Failed black formatting check',
# head_sha: context.sha,
# status: 'completed',
# conclusion: 'neutral'
# })

0 comments on commit 594391f

Please sign in to comment.