Pr checker fixes

active-menu
tugcekucukoglu 2024-06-24 09:42:36 +03:00
parent 40063466fb
commit bdf1570214
2 changed files with 65 additions and 63 deletions

View File

@ -45,7 +45,6 @@ jobs:
run: |
pnpm run format:check
- name: Code Format
if: always() && steps.codeFormatCheck.outcome == 'failure'
run: |

View File

@ -25,10 +25,13 @@ jobs:
message: 'Thanks a lot for your contribution! But, PR does not seem to be linked to any issues. Please [manually link to an issue](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue#manually-linking-a-pull-request-or-branch-to-an-issue-using-the-issue-sidebar) or mention it in the description using #<issue_id>.'
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- uses: pnpm/action-setup@v4
with:
version: 9
- uses: actions/setup-node@4
with:
node-version: 18
cache: 'npm'
cache: 'pnpm'
- name: Install packages
run: |