Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/npm-000c262e2a
Browse files Browse the repository at this point in the history
  • Loading branch information
kjy5 authored Feb 12, 2024
2 parents 04e096f + 9d23367 commit 544c404
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Build Website
# Controls when the workflow will run
on:
pull_request:
push:
branches:
- main

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand All @@ -26,7 +29,7 @@ jobs:

# Setup PNPM
- name: 🟨 Setup PNPM
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v3
with:
version: latest

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
- name: 'Checkout Repository'
uses: actions/checkout@v4
- name: 'Dependency Review'
uses: actions/dependency-review-action@v3
uses: actions/dependency-review-action@v4
6 changes: 5 additions & 1 deletion .github/workflows/reformat-and-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Reformat and Lint

on:
pull_request:
push:
branches:
- main
workflow_dispatch:

jobs:
Expand All @@ -19,7 +22,7 @@ jobs:

# Setup PNPM
- name: 🟨 Setup PNPM
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v3
with:
version: latest

Expand All @@ -40,6 +43,7 @@ jobs:
run: pnpm lint

- name: ⬆️ Commit changes
if: github.ref != 'refs/heads/main'
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Reformat and Lint

0 comments on commit 544c404

Please sign in to comment.