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 #18

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: Install asdf & tools
uses: asdf-vm/actions/install@v4
- run:
asdf plugin test --asdf-tool-version 0.14.1 zig https://github.com/jiacai2050/asdf-zig
zig env