Skip to content

Commit

Permalink
style: 💄
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustav-Eikaas committed Dec 21, 2023
1 parent e8b047f commit b2718e0
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: 🔨CI
on:
push:
branches:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-issue-check.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Verify linked issue👮
name: 👮Verify linked issue

# This action works with pull requests and pushes
permissions:
Expand Down
36 changes: 18 additions & 18 deletions .github/workflows/prettier.yml
Original file line number Diff line number Diff line change
@@ -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}

0 comments on commit b2718e0

Please sign in to comment.