Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mahmoudmoravej committed Nov 8, 2023
1 parent decc82e commit 8b2e726
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v2

- name: Setup Repo
uses: ./github/actions/setup
uses: ./.github/actions/setup

- name: Run linting
run: yarn lint
2 changes: 1 addition & 1 deletion .github/workflows/typecheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v2

- name: Setup Repo
uses: ./github/actions/setup
uses: ./.github/actions/setup

- name: Run tsc
run: yarn tsc

0 comments on commit 8b2e726

Please sign in to comment.