Skip to content

Merge pull request #11 from rynkowsg/g/update-deps #57

Merge pull request #11 from rynkowsg/g/update-deps

Merge pull request #11 from rynkowsg/g/update-deps #57

Workflow file for this run

name: Test
on:
push:
branches:
- main
- dev
pull_request:
jobs:
plugin_test:
name: plugin test
strategy:
matrix:
os:
# https://github.com/actions/runner-images?tab=readme-ov-file#available-images
- ubuntu-22.04
- macos-12 # x86_64
- macos-14 # arm64
runs-on: ${{ matrix.os }}
steps:
- name: asdf_plugin_test
uses: asdf-vm/actions/[email protected] # https://github.com/asdf-vm/actions/releases
with:
command: clj-kondo --help