Skip to content

Commit 781366e

Browse files
projectgusdpgeorge
authored andcommitted
github/workflows: Standardise formatting of ruff.yml.
All the other workflow YAML files use vertical whitespace around top-level items. Also remove spurious comment, the features in the linked doc aren't actually used in this workflow (any more?). This work was funded through GitHub Sponsors. Signed-off-by: Angus Gratton <angus@redyak.com.au>
1 parent 6f0aa27 commit 781366e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ruff.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
# https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python
21
name: Python code lint and formatting with ruff
2+
33
on: [push, pull_request]
4+
45
jobs:
56
ruff:
67
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)