diff --git a/.github/workflows/ESLintFormat.yml b/.github/workflows/FissionESLintFormat.yml similarity index 92% rename from .github/workflows/ESLintFormat.yml rename to .github/workflows/FissionESLintFormat.yml index 5cae0c1e66..38e3c55c2d 100644 --- a/.github/workflows/ESLintFormat.yml +++ b/.github/workflows/FissionESLintFormat.yml @@ -1,4 +1,4 @@ -name: Format Validation (ESLint) +name: Fission on: workflow_dispatch: {} @@ -9,7 +9,7 @@ on: jobs: runFormatValidationScript: - name: Run ESLint Format Validation + name: ESLint Format Validation runs-on: ubuntu-latest steps: - name: Checkout Code