diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b9102add..ec90410f 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 fe8d180d..b5a4d33c 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 8aab9dd1..2f8007b9 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}