Skip to content

initial

initial #1

Workflow file for this run

name: Main Workflow
on:
push:
paths-ignore:
- '**.md'
pull_request:
paths-ignore:
- '**.md'
jobs:
test:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- name: asdf_plugin_test
uses: asdf-vm/actions/[email protected]
with:
command: ollama --version
env:
GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}