Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

fix(gleam): use asdf-community fork #4

fix(gleam): use asdf-community fork

fix(gleam): use asdf-community fork #4

Workflow file for this run

name: test
on:
pull_request:
paths:
- plugins/*
jobs:
changed_plugins:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Check new plugin is registered correctly
run: bash scripts/test_plugin.bash --diff origin/main ${{ github.sha }}