Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
umitbuyukulcay authored Mar 13, 2024
1 parent ab46906 commit c3f9faa
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions action.yml
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

0 comments on commit c3f9faa

Please sign in to comment.