send action name for run service (#3520)

* send action

* format

* comment

* Delete .github/workflows/lint.yml
This commit is contained in:
Yashwanth Anantharaju
2024-10-21 11:00:59 -04:00
committed by GitHub
parent 59ec9b4139
commit 3d34a3c6d6
3 changed files with 7 additions and 25 deletions

View File

@@ -1,24 +0,0 @@
name: Lint
on:
pull_request:
branches: [ main ]
jobs:
build:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
# Ensure full list of changed files within `super-linter`
fetch-depth: 0
- name: Run linters
uses: github/super-linter@v4
env:
DEFAULT_BRANCH: ${{ github.base_ref }}
EDITORCONFIG_FILE_NAME: .editorconfig
LINTER_RULES_PATH: /src/
VALIDATE_ALL_CODEBASE: false
VALIDATE_CSHARP: true