Skip to content

Commit

Permalink
Moves the lint disable to the correct line in sh-check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
beqqrry-aws authored Jun 20, 2024
1 parent 333ff99 commit 9dd8760
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sh-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

name: Lint Bash

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

jobs:
Expand Down

0 comments on commit 9dd8760

Please sign in to comment.