Skip to content

Update dev tools (#33) #317

Update dev tools (#33)

Update dev tools (#33) #317

Workflow file for this run

---
name: Build
"on":
push:
branches:
- main
pull_request:
branches:
- "*"
workflow_dispatch: {}
jobs:
plugin_test:
name: asdf plugin test
strategy:
matrix:
os:
# renovate datasource: github-runners, depName: ubuntu
- ubuntu-22.04
# renovate datasource: github-runners, depName: macos
- macos-14
runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: parse-tool-versions
uses: paulo-ferraz-oliveira/parse-tool-versions@534819f70c0c04d788b49dafc29c8117901277bd # v1.0.3
id: tool-versions
- name: python
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
with:
python-version: ${{steps.tool-versions.outputs.python}}
- name: wheel
run: pip3 install wheel
- name: plugin-test
uses: asdf-vm/actions/plugin-test@05e0d2ed97b598bfce82fd30daf324ae0c4570e6 # v3.0.2
with:
command: awslocal --version
# renovate datasource: pypi, depName: awscli-local
version: 0.22.0