Skip to content

feat: add customizations for scie-pants #16

feat: add customizations for scie-pants

feat: add customizations for scie-pants #16

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@v2
with:
command: |
echo -e '[GLOBAL]\npants_version = "2.19.0"' > pants.toml
scie-pants help