Skip to content

Fix build and add CI job #2

Fix build and add CI job

Fix build and add CI job #2

Workflow file for this run

name: CI
on:
pull_request:
branches: [main]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout your repository using git
uses: actions/checkout@v4
- name: Install and build
uses: withastro/action@v2