Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
encryption
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Cedric Skwar
encryption
Commits
0a85cbe0
Unverified
Commit
0a85cbe0
authored
1 year ago
by
Cédric Skwar
Committed by
GitHub
1 year ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #14 from benni347/benni347-patch-2
Create super-linter.yml
parents
8b8d0370
fa60f9ec
Branches
Branches containing commit
Tags
v1.0.3
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/super-linter.yml
+34
-0
34 additions, 0 deletions
.github/workflows/super-linter.yml
with
34 additions
and
0 deletions
.github/workflows/super-linter.yml
0 → 100644
+
34
−
0
View file @
0a85cbe0
# 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
on
:
push
:
branches
:
[
"
main"
]
pull_request
:
branches
:
[
"
main"
]
jobs
:
run-lint
:
permissions
:
pull-requests
:
write
checks
:
write
runs-on
:
ubuntu-latest
steps
:
-
name
:
Checkout code
uses
:
actions/checkout@v3
with
:
# 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/slim@v5
env
:
VALIDATE_ALL_CODEBASE
:
false
DEFAULT_BRANCH
:
"
main"
GITHUB_TOKEN
:
${{ secrets.GITHUB_TOKEN }}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment