Skip to content

Commit

Permalink
Upgrade to Astro 5
Browse files Browse the repository at this point in the history
  • Loading branch information
reupen committed Dec 7, 2024
1 parent d6a02cd commit 44c62be
Show file tree
Hide file tree
Showing 6 changed files with 620 additions and 770 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
push:
branches:
- main
- test/*
schedule:
- cron: "0 2 * * 0"
workflow_call:
Expand All @@ -27,6 +28,11 @@ jobs:
- name: Install Node.js dependencies
run: npm ci

- name: Pull LFS source files
uses: ./.github/actions/cache-and-pull-lfs
with:
path: src

- name: Check formatting
run: npm run format:check

Expand Down
Loading

0 comments on commit 44c62be

Please sign in to comment.