Skip to content

Create publish-autenticazionesvc.yml #50

Create publish-autenticazionesvc.yml

Create publish-autenticazionesvc.yml #50

Workflow file for this run

name: Lint Code Base
on:
push:
branches: [ "main" ]
workflow_dispatch:
jobs:
build:
name: Lint Code Base
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/[email protected]
with:
fetch-depth: 0 # avoid shallow clone so nbgv can do its work.
- name: Lint Code Base
uses: github/super-linter@v4
env:
LINTER_RULES_PATH: '.'
EDITORCONFIG_FILE_NAME: '.editorconfig'
VALIDATE_ALL_CODEBASE: false
VALIDATE_CSHARP: true
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}