Skip to content

Commit

Permalink
fix: skip prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
aoikurokawa committed Feb 28, 2025
1 parent a23ee33 commit 9ded330
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,22 @@ on:
branches: [ master ]

jobs:
prettier:
runs-on: ubuntu-latest
# prettier:
# runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v3
with:
# Make sure the actual branch is checked out when running on pull requests
ref: ${{ github.head_ref }}
# steps:
# - name: Checkout
# uses: actions/checkout@v3
# with:
# # Make sure the actual branch is checked out when running on pull requests
# ref: ${{ github.head_ref }}

- name: Install dependencies
run: yarn
# - name: Install dependencies
# run: yarn

- name: Prettify code
uses: creyD/[email protected]
with:
# This part is also where you can pass other options, for example:
prettier_options: --check '**/*.{ts,tsx,js,json,html,css,scss,md}'
dry: true
# - name: Prettify code
# uses: creyD/[email protected]
# with:
# # This part is also where you can pass other options, for example:
# prettier_options: --check '**/*.{ts,tsx,js,json,html,css,scss,md}'
# dry: true

0 comments on commit 9ded330

Please sign in to comment.