Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
Fix incorrect and redundant comment.
  • Loading branch information
martincostello committed Sep 9, 2023
1 parent c00d82a commit f5c189f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ on:
push:
branches: [ main ]
paths-ignore:
- '**/*.gitattributes'
- '**/*.gitignore'
- '**/*.md'
- '**/*.gitattributes'
- '**/*.gitignore'
- '**/*.md'
pull_request:
branches:
- main
Expand All @@ -28,7 +28,7 @@ jobs:
steps:

- name: Checkout code
uses: actions/checkout@v4 # v3.5.3
uses: actions/checkout@v4

- name: Lint workflows
shell: bash
Expand Down

0 comments on commit f5c189f

Please sign in to comment.