Skip to content

Merge pull request #1428 from EngineeringKiosk/ci/sync-podcast-metada… #3373

Merge pull request #1428 from EngineeringKiosk/ci/sync-podcast-metada…

Merge pull request #1428 from EngineeringKiosk/ci/sync-podcast-metada… #3373

Workflow file for this run

name: Astro testing
on:
push:
branches:
- main
pull_request:
schedule:
- cron: '5 1 * * *' # Run nightly
workflow_dispatch:
jobs:
astro-testing:
name: Astro build
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
with:
node-version: 24.15.0
- name: Run make clean
run: make clean
- name: Run make init-javascript
run: make init-javascript
- name: Run make build
run: make build