Skip to content

Commit

Permalink
chore: check only the supported types (#2752)
Browse files Browse the repository at this point in the history
  • Loading branch information
homura authored Jun 30, 2023
1 parent 1afdb2f commit 6e00509
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/check-code-style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,10 @@ jobs:
- name: Changed Files
id: changed-files
uses: tj-actions/changed-files@v37
with:
files: "**/*.{js,cjs,mjs,jsx,ts,tsx,css,scss}"

- name: Prettier Check
if: steps.changed-files.outputs.any_changed == 'true'
run: |
yarn prettier --check ${{ steps.changed-files.outputs.all_changed_files }}

2 comments on commit 6e00509

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Packaging for test is done in 5418696855

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Packaging for test is done in 5418696825

Please sign in to comment.