Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions .github/workflows/black-template.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/black.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ on: [push, pull_request]

jobs:
call-testing-linux:
Copy link

Copilot AI Jan 9, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The job name "call-testing-linux" is inconsistent with the purpose of this workflow, which runs the black code formatter. Consider renaming this job to something more descriptive like "call-black-linting" or "call-lint" to better reflect its actual functionality.

Suggested change
call-testing-linux:
call-black-linting:

Copilot uses AI. Check for mistakes.
uses: casangi/toolviper/.github/workflows/black-template.yml@main
uses: nrao/gh-actions-templates-public/.github/workflows/black-template.yml@main
103 changes: 0 additions & 103 deletions .github/workflows/python-publish-cpp-template.yml

This file was deleted.

61 changes: 0 additions & 61 deletions .github/workflows/python-publish-template.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
# run: echo "2 PYPI_TOKEN=${{ secrets.PYPI_TOKEN }}"

call-publish:
uses: casangi/toolviper/.github/workflows/python-publish-template.yml@main
uses: nrao/gh-actions-templates-public/.github/workflows/python-publish-template.yml@main
with:
pypi-url: "https://pypi.org/project/toolviper"
secrets: inherit
92 changes: 0 additions & 92 deletions .github/workflows/python-testing-casatools-template.yml

This file was deleted.

Loading
Loading