Skip to content

Commit

Permalink
Update super-linter.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Gundo Sifhufhi <[email protected]>
  • Loading branch information
SanHacks authored Jun 10, 2024
1 parent 559e5a9 commit a31083d
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions .github/workflows/super-linter.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,9 @@
# This workflow executes several linters on changed files based on languages used in your code base whenever
# you push a code or open a pull request.
#
# You can adjust the behavior by modifying this file.
# For more information, see:
# https://github.com/github/super-linter
name: Lint Code Base

name: Checkout
on:
push:
branches: [ "features" ]
branches: [ "features","*" ]
pull_request:
branches: [ "features" ]
branches: [ "features", "*" ]
jobs:
run-lint:
runs-on: ubuntu-latest
Expand All @@ -21,8 +14,8 @@ jobs:
# Full git history is needed to get a proper list of changed files within `super-linter`
fetch-depth: 0

- name: Lint Code Base
uses: github/super-linter@v6
- name: Checkout
uses: github/[email protected]
env:
VALIDATE_ALL_CODEBASE: false
DEFAULT_BRANCH: "features"
Expand Down

0 comments on commit a31083d

Please sign in to comment.