This repository has been archived by the owner on Jul 19, 2024. It is now read-only.
forked from super-linter/super-linter
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ab46906
commit c3f9faa
Showing
1 changed file
with
13 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,16 @@ | ||
--- | ||
name: 'Super-Linter' | ||
author: 'Super-linter contributors' | ||
description: 'Super-linter is a ready-to-run collection of linters and code analyzers, to help validate your source code.' | ||
runs: | ||
using: 'docker' | ||
image: 'docker://ghcr.io/enda-automation/test-enda-super-linter:latest' # x-release-please-version | ||
credentials: | ||
username: ${{ github.actor }} | ||
password: ${{ secrets.GHCR_PAT }} | ||
branding: | ||
icon: 'check-square' | ||
color: 'white' | ||
steps: | ||
- name: Checkout code | ||
uses: actions/checkout@v2 | ||
|
||
- name: Log in to GitHub Container Registry | ||
uses: docker/login-action@v1 | ||
with: | ||
registry: ghcr.io | ||
username: ${{ github.actor }} | ||
password: ${{ secrets.GHCR_PAT }} | ||
|
||
- name: Run Super-Linter | ||
uses: enda-automation/test-enda-super-linter@latest | ||
# You can view https://github.com/super-linter/super-linter#environment-variables | ||
# to see a comprehensive list of all environment variables that can be passed |