Skip to content
This repository was archived by the owner on Jun 30, 2025. It is now read-only.

ci: fix lint

ci: fix lint #15

Workflow file for this run

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@v4
with:
command: zig env
# gitref: ${{ github.sha }}
gitref: 'main'