Skip to content

Commit

Permalink
Rename yaml linting job
Browse files Browse the repository at this point in the history
  • Loading branch information
danudey committed Jun 12, 2024
1 parent ce603bb commit 7ff9094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/yamllint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Yaml Lint
on: [push] # yamllint disable-line rule:truthy
jobs:
lintAllTheThings:
lintSemaphoreYaml:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 7ff9094

Please sign in to comment.