Skip to content

Add more info to the README #13

Add more info to the README

Add more info to the README #13

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
jobs:
plugin_test:
name: asdf plugin test
strategy:
matrix:
os:
- macos-latest
runs-on: ${{ matrix.os }}
steps:
- uses: ruby/setup-ruby@v1
with:
ruby-version: "3.2"
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: asdf_plugin_test
uses: asdf-vm/actions/plugin-test@v3
with:
command: fastlane --version