Skip to content

added context7 sync workflow #50

added context7 sync workflow

added context7 sync workflow #50

Workflow file for this run

---
name: Tests
on:
push:
pull_request:
permissions:
contents: read
jobs:
test:
name: Build and Test
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v6
- name: Build image and run tests
run: make test