Skip to content

fix(deps): update dependency @astrojs/check to ^0.6.0 #284

fix(deps): update dependency @astrojs/check to ^0.6.0

fix(deps): update dependency @astrojs/check to ^0.6.0 #284

Workflow file for this run

name: CI
on:
push:
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: jdx/mise-action@v2
- run: bun install --frozen-lockfile
- run: bun run build
- run: bun run test:coverage:ci
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.3.1
with:
token: ${{ secrets.CODECOV_TOKEN }}