Skip to content

Attempt to fix last linting error again #43

Attempt to fix last linting error again

Attempt to fix last linting error again #43

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
jobs:
plugin_test:
name: asdf plugin test
strategy:
fail-fast: false
matrix:
os:
# See: https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners#standard-github-hosted-runners-for-public-repositories
- ubuntu-latest
- macos-12 # Intel
- macos-latest # M series
# - windows-latest # broken
runs-on: ${{ matrix.os }}
steps:
- name: asdf_plugin_test
uses: asdf-vm/actions/plugin-test@v3
with:
command: micro --version