From 98fab259f125cc373f8fafeedf06e93738a006d2 Mon Sep 17 00:00:00 2001 From: peter Date: Fri, 25 Feb 2022 19:11:28 +0000 Subject: [PATCH] prittier --- .github/workflows/prittier.yml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/.github/workflows/prittier.yml b/.github/workflows/prittier.yml index 30a4bc1..32ac9a9 100644 --- a/.github/workflows/prittier.yml +++ b/.github/workflows/prittier.yml @@ -25,12 +25,7 @@ jobs: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v2 - # Runs a single command using the runners shell - - name: Run a one-line script - run: echo Hello, world! - # Runs a set of commands using the runners shell - - name: Run a multi-line script - run: | - echo Add other actions to build, - echo test, and deploy your project. + - name: Prettier Action + uses: creyD/prettier_action@v3.3 +