Skip to content

Commit fc331fd

Browse files
committed
fix: add steps to lint-code workflow
1 parent ba0b7af commit fc331fd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/lint-code.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ jobs:
1616
outputs:
1717
pyVersions: '["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]'
1818

19+
steps:
20+
# Required to avoid errors in runs due to no steps
21+
- name: Placeholder
22+
run: echo "Placeholder"
23+
1924
lint-format:
2025
name: Check linting and formatting
2126
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)