Skip to content

build: test GH Actions first here #1

build: test GH Actions first here

build: test GH Actions first here #1

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 build --build-arg "ZIGVER=0.10.1"