Skip to content

add github test.yml boilerplate #1

add github test.yml boilerplate

add github test.yml boilerplate #1

Workflow file for this run

name: Test gh-install
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
test:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install extension locally
run: gh extension install .