Skip to content

chore(deps): bump astro from 4.4.11 to 4.4.15 #81

chore(deps): bump astro from 4.4.11 to 4.4.15

chore(deps): bump astro from 4.4.11 to 4.4.15 #81

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