Skip to content

Main workflow

Main workflow #193

Workflow file for this run

name: Main workflow
on:
push:
paths-ignore:
- '**.md'
pull_request:
paths-ignore:
- '**.md'
schedule:
- cron: "0 0 * * 5"
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, macOS-latest]
runs-on: ${{ matrix.os }}
steps:
- name: asdf plugin test
uses: asdf-vm/actions/plugin-test@v3.0.2
with:
command: starship --version