All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.jreleaser.templates.binary.asdf..github.workflows.build.yml.tpl Maven / Gradle / Ivy

name: Build

on:
  push:
    branches:
      - main
  pull_request:

jobs:
  plugin_test:
    name: asdf plugin test
    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: {{asdfPluginToolCheck}}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy