Skip to content

Commit

Permalink
Updated workflow2
Browse files Browse the repository at this point in the history
  • Loading branch information
Annor-Gyimah committed Nov 11, 2024
1 parent f62b8e2 commit ead4b46
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/superlinter.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Lint Code Base
name: Lint Specific File

on:
push:
Expand All @@ -18,10 +18,9 @@ jobs:
- name: Run Super-Linter
uses: github/super-linter@v5
env:
VALIDATE_ALL_CODEBASE: false
VALIDATE_ALL_CODEBASE: false # Disable validation of the entire codebase
DEFAULT_BRANCH: master
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# Exclude the specific file Windows/ref1.py

# Include only the specific file you want to lint
FILTER_REGEX_INCLUDE: |
^Windows/main\.py$

0 comments on commit ead4b46

Please sign in to comment.