Skip to content

Main workflow

Main workflow #187

Workflow file for this run

name: Main workflow
on:
push:
paths-ignore:
- "**.md"
- ".all-contributorsrc"
pull_request:
paths-ignore:
- "**.md"
- ".all-contributorsrc"
schedule:
- cron: "10 8/12 * * *"
jobs:
plugin_test:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- name: asdf_plugin_test
env:
GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: asdf-vm/actions/[email protected]
with:
command: 'evans --version'