Skip to content

build(deps-dev): bump astro from 4.15.3 to 4.15.4 #389

build(deps-dev): bump astro from 4.15.3 to 4.15.4

build(deps-dev): bump astro from 4.15.3 to 4.15.4 #389

Workflow file for this run

name: Check formatting
on: push
jobs:
check-formatting:
runs-on: ubuntu-latest
container: node:20.14.0
steps:
- name: Check out repository code
uses: actions/checkout@v3
- name: Install dependencies
run: npm ci
- name: Run prettier
run: npm run format:check