Skip to content
This repository was archived by the owner on Aug 30, 2023. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 21 additions & 3 deletions .github/workflows/linter.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,29 @@
---
#################################
#################################
## Super Linter GitHub Actions ##
#################################
#################################
name: Lint Code Base

#
# Documentation:
# https://docs.github.com/en/actions/learn-github-actions/workflow-syntax-for-github-actions
#

#############################
# Start the job on all push #
#############################
on:
push:
branches-ignore: [master, main]
# Remove the line above to run when pushing to master
pull_request:
branches: [master, main]

###############
# Set the Job #
###############
jobs:
build:
# Name the Job
Expand All @@ -30,9 +47,10 @@ jobs:
################################
# Run Linter against code base #
################################
- name: Lint Code Base
uses: github/super-linter@v4
- name: Super-Linter
uses: github/super-linter@v4.9.5

env:
VALIDATE_ALL_CODEBASE: false
DEFAULT_BRANCH: main
DEFAULT_BRANCH: master
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8 changes: 8 additions & 0 deletions contributors/trishit78/trishit78.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
name: Trishit Bhowmik
github_user_name: trishit78
url_of_github_issue: https://github.com/scaleracademy/scaler-september-open-source-challenge/issues/149
your_favroite_programming_language: C++
your_hosted_github_pages_link: https://trishit78.github.io/trishitbhowmik.github.io/
your_hosted_github_pages_repository_link: https://github.com/trishit78/trishitbhowmik.github.io
---