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 +