Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
fix lint workflow
Browse files Browse the repository at this point in the history
> Note: You should not use path filtering to skip workflow runs ipf the
workflow has been configured to be required. For more information, see
"Required workflows."

reference: https://docs.github.com/en/actions/using-workflows/triggering-a-workflow#example-including-paths
  • Loading branch information
4e554c4c committed Nov 29, 2023
1 parent fe164e9 commit c2ba05b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Linting

on:
pull_request:
paths:
- "**/*.rb"
branches:
- main

permissions:
contents: read
Expand Down

0 comments on commit c2ba05b

Please sign in to comment.