Skip to content

fix(build): add checkout actoin #181

fix(build): add checkout actoin

fix(build): add checkout actoin #181

Workflow file for this run

name: Build
on:
push:
branches:
- master
pull_request:
jobs:
plugin_test:
name: asdf plugin test
strategy:
fail-fast: false
matrix:
container:
- alpine:latest
- centos:latest
- ubuntu:latest
runs-on: ubuntu-latest
container:
image: ${{ matrix.container }}
steps:
- uses: asdf-vm/actions/plugin-test@v4
with:
command: redis-cli --version