Skip to content

Fix failure for lacked hostname #19

Fix failure for lacked hostname

Fix failure for lacked hostname #19

Workflow file for this run

name: CI
on: [push, pull_request]
env:

Check failure on line 5 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yml (Line: 5, Col: 5): Unexpected value ''
jobs:
build:
name: Build and test
runs-on: ${{ matrix.os }}-latest
strategy:
fail-fast: false
matrix:
os: [macos, ubuntu, windows]
steps:
- if: matrix.os == 'windows'
run: git config --global core.autocrlf false
- uses: actions/checkout@v2
with:
submodules: true
- uses: mlugg/setup-zig@v1
with:
version: master
- run: zig build test -freference-trace --summary all