Skip to content

build: fix indent

build: fix indent #3

Workflow file for this run

on:
workflow_dispatch:
push:
branches:
- main
- master
- b-dockerdeploy
pull_request:
branches:
- main
- master
jobs:
test-compose-action:
runs-on: ubuntu-latest
name: Zig build
steps:
- uses: actions/checkout@v3
- name: Zig build 0.10.1
run: docker-compose -f docker-compose.yml.sample build --build-arg "ZIGVER=0.10.1"