Skip to content

completions: add result type based completions for builtin arguments #5519

completions: add result type based completions for builtin arguments

completions: add result type based completions for builtin arguments #5519

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
workflow_dispatch:
jobs:
build:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: mlugg/setup-zig@v1
with:
version: master
- name: Run zig fmt
if: matrix.os == 'ubuntu-latest'
run: zig fmt --check .
- name: Run Tests
run: zig build test --summary all