Skip to content

chore(deps): bump astro from 4.5.7 to 4.5.8 #102

chore(deps): bump astro from 4.5.7 to 4.5.8

chore(deps): bump astro from 4.5.7 to 4.5.8 #102

Workflow file for this run

name: Inspection & Test
on:
pull_request:
branches:
- "master"
- "release/**"
jobs:
build:
runs-on: ubuntu-latest
steps:
# Checkout the code on the runner
- uses: actions/checkout@v3
# Install Node.js
- uses: actions/setup-node@v3
with:
node-version: 20
# Install dependencies
- run: npm ci
# Check Formatting
- run: npm run format:check
# Check linting
- run: npm run lint:check
# Run tests
# - run: npm test