From b58c205cbf6573380942cea151eca0d6eeca8671 Mon Sep 17 00:00:00 2001 From: Aiz <66974576+Aiz0@users.noreply.github.com> Date: Sun, 28 Jan 2024 19:56:47 +0100 Subject: [PATCH] Update and rename super-linter.yml to prettier.yml --- .github/workflows/{super-linter.yml => prettier.yml} | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) rename .github/workflows/{super-linter.yml => prettier.yml} (56%) diff --git a/.github/workflows/super-linter.yml b/.github/workflows/prettier.yml similarity index 56% rename from .github/workflows/super-linter.yml rename to .github/workflows/prettier.yml index ca69cec..7dc5762 100644 --- a/.github/workflows/super-linter.yml +++ b/.github/workflows/prettier.yml @@ -1,10 +1,4 @@ -# This workflow executes several linters on changed files based on languages used in your code base whenever -# you push a code or open a pull request. -# -# You can adjust the behavior by modifying this file. -# For more information, see: -# https://github.com/github/super-linter -name: Lint Code Base +name: Prettier linter on: push: @@ -21,8 +15,8 @@ jobs: # Full git history is needed to get a proper list of changed files within `super-linter` fetch-depth: 0 - - name: Lint Code Base - uses: github/super-linter@v4 + - name: Prettier Action + uses: creyD/prettier_action@v4.3 env: VALIDATE_ALL_CODEBASE: false DEFAULT_BRANCH: "main"