Skip to content

chore: update to new org/repo references #9

chore: update to new org/repo references

chore: update to new org/repo references #9

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