Skip to content

fix: correct type-o #31

fix: correct type-o

fix: correct type-o #31

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
jobs:
plugin_test:
name: asdf plugin test
strategy:
matrix:
os:
- ubuntu-latest
- macos-latest
runs-on: ${{ matrix.os }}
steps:
- name: asdf_plugin_test
uses: asdf-vm/actions/plugin-test@v3
with:
command: |
echo -e '[GLOBAL]\npants_version = "2.19.0"' > pants.toml
pants help