Skip to content

docs: Update README.md #10

docs: Update README.md

docs: Update README.md #10

Workflow file for this run

name: Test
on:
push:
branches:
- master
pull_request:
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
with:
command: image-updater -h
version: image-updater-v1.0.0