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 committed Mar 13, 2024
1 parent a3d9d4b commit 99a9c08
Showing 1 changed file with 7 additions and 14 deletions.
21 changes: 7 additions & 14 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,9 @@
A_ACTION---
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.ENDA_ACTION }}

- name: Run Super-Linter
uses: enda-automation/test-enda-super-linter@latest
---
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.'
branding:
icon: 'check-square'
color: 'white'
# 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 99a9c08

Please sign in to comment.