Skip to content

chore(deps): bump astro from 4.16.18 to 5.1.5 #775

chore(deps): bump astro from 4.16.18 to 5.1.5

chore(deps): bump astro from 4.16.18 to 5.1.5 #775

Workflow file for this run

name: "build"
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Checkout source
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- name: Initialize node & npm
uses: ./.github/actions/npm
- name: Execute prettier
run: npm run prettier
- name: Execute eslint
run: npm run eslint
- name: Build
run: npm run build