From b2718e0eb2db2b1b15ba3bf33935f6111a1e64b7 Mon Sep 17 00:00:00 2001 From: Gustav Eikaas Date: Thu, 21 Dec 2023 10:40:39 +0100 Subject: [PATCH] style: :lipstick: --- .github/workflows/ci.yml | 2 +- .github/workflows/pr-issue-check.yml | 2 +- .github/workflows/prettier.yml | 36 ++++++++++++++-------------- 3 files changed, 20 insertions(+), 20 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b9102add5..ec90410fd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: CI +name: 🔨CI on: push: branches: diff --git a/.github/workflows/pr-issue-check.yml b/.github/workflows/pr-issue-check.yml index fe8d180d6..b5a4d33c3 100644 --- a/.github/workflows/pr-issue-check.yml +++ b/.github/workflows/pr-issue-check.yml @@ -1,4 +1,4 @@ -name: Verify linked issue👮 +name: 👮Verify linked issue # This action works with pull requests and pushes permissions: diff --git a/.github/workflows/prettier.yml b/.github/workflows/prettier.yml index 8aab9dd19..2f8007b92 100644 --- a/.github/workflows/prettier.yml +++ b/.github/workflows/prettier.yml @@ -1,25 +1,25 @@ -name: Prettify +name: 💄Prettify # This action works with pull requests and pushes on: - pull_request: - push: - branches: - - main + pull_request: + push: + branches: + - main jobs: - prettier: - runs-on: ubuntu-latest + prettier: + runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v4 - with: - # Make sure the actual branch is checked out when running on pull requests - ref: ${{ github.head_ref }} + steps: + - name: Checkout + uses: actions/checkout@v4 + with: + # Make sure the actual branch is checked out when running on pull requests + ref: ${{ github.head_ref }} - - name: Prettify code - uses: creyD/prettier_action@v4.3 - with: - # This part is also where you can pass other options, for example: - prettier_options: --write **/*.{js,md,ts,tsx} + - name: Prettify code + uses: creyD/prettier_action@v4.3 + with: + # This part is also where you can pass other options, for example: + prettier_options: --write **/*.{js,md,ts,tsx}