Skip to content

Commit

Permalink
REWORK-FILE-FINDER
Browse files Browse the repository at this point in the history
  • Loading branch information
kayman-mk committed May 20, 2024
1 parent ee6fd01 commit 262c106
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/default_linter_callable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,19 +39,13 @@ jobs:
- '.github/workflows/*.yml'
- '.github/workflows/*.yaml'
yaml:
- added|modified:
- '**/*.yaml'
- '**/*.yml'
dockerfile:
- added|modified: '**/*Dockerfile*'
outputs:
json: ${{ steps.changes.outputs.json }}
markdown: ${{ steps.changes.outputs.markdown }}
renovate-config: ${{ steps.changes.outputs.renovate-config }}
workflow: ${{ steps.changes.outputs.workflow }}
yaml: ${{ steps.changes.outputs.yaml }}
dockerfile_files: ${{ steps.changes.outputs.dockerfile_files }}

# FIXME
Expand Down Expand Up @@ -145,6 +139,8 @@ jobs:
- added|modified:
- '**/*.yaml'
- '**/*.yml'
outputs:
yaml: ${{ steps.changes.outputs.yaml }}

lint-yaml:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions a.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
---
a
s
1 change: 1 addition & 0 deletions b.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
---
c
d

0 comments on commit 262c106

Please sign in to comment.