Skip to content

Merge pull request #1 from storacha/feat/prototype #7

Merge pull request #1 from storacha/feat/prototype

Merge pull request #1 from storacha/feat/prototype #7

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/test