Skip to content

Commit

Permalink
chore: lint yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
silentsokolov committed Jan 25, 2025
1 parent 5838cb1 commit 50c04fa
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
---
name: "build"

on: # yamllint disable-line rule:truthy
on: # yamllint disable-line rule:truthy

Check warning on line 4 in .github/workflows/build.yml

View workflow job for this annotation

GitHub Actions / Lint

4:5 [comments] too few spaces before comment
pull_request:
push:
branches: master
branches:
- master

jobs:
build:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
---
name: "Lint"

on: # yamllint disable-line rule:truthy
on: # yamllint disable-line rule:truthy

Check warning on line 4 in .github/workflows/lint.yml

View workflow job for this annotation

GitHub Actions / Lint

4:5 [comments] too few spaces before comment
pull_request:
push:
branches: master
branches:
- master

jobs:
lint:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
name: "PyPI Release"

on: # yamllint disable-line rule:truthy
on: # yamllint disable-line rule:truthy

Check warning on line 4 in .github/workflows/pypi.yml

View workflow job for this annotation

GitHub Actions / Lint

4:5 [comments] too few spaces before comment
push:
tags:
- 'v*'
- "v*"

jobs:
publish:
Expand Down

0 comments on commit 50c04fa

Please sign in to comment.