Skip to content

Commit

Permalink
Merge pull request #12 from ethanniser/fix-ci
Browse files Browse the repository at this point in the history
fix ci
  • Loading branch information
ethanniser authored Oct 20, 2024
2 parents ae0e22d + 3503672 commit 78e1378
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
token: ${{ secrets.PAT }}

- uses: pnpm/action-setup@v4
name: Install pnpm
Expand All @@ -43,6 +45,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
token: ${{ secrets.PAT }}

- uses: pnpm/action-setup@v4
name: Install pnpm
Expand All @@ -67,6 +71,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
token: ${{ secrets.PAT }}

- uses: pnpm/action-setup@v4
name: Install pnpm
Expand Down
2 changes: 1 addition & 1 deletion src/app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,4 @@ input[type="week"],
select:focus,
textarea {
font-size: 16px;
}
}

0 comments on commit 78e1378

Please sign in to comment.