Skip to content

feat(v1): add cache control #6

feat(v1): add cache control

feat(v1): add cache control #6

name: "Pull Request Checks"
on:
pull_request:
jobs:
test:
name: "Test"
runs-on: ubuntu-latest
steps:
- name: "🛎 Checkout"
uses: actions/checkout@v4
- name: "🧪 Test"
run: make test