From 99a9c087f251b2b810f931ad7cd3eb3000c67981 Mon Sep 17 00:00:00 2001 From: Umit Buyukulucay Date: Wed, 13 Mar 2024 12:10:19 +0300 Subject: [PATCH] update action.yml --- action.yml | 21 +++++++-------------- 1 file changed, 7 insertions(+), 14 deletions(-) diff --git a/action.yml b/action.yml index cb78b0ec496..bd0b18eb487 100644 --- a/action.yml +++ b/action.yml @@ -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