Skip to content

Add missing group field #3

Add missing group field

Add missing group field #3

Workflow file for this run

name: Push
on:
push: {}
pull_request:
branches: [ main ]
workflow_dispatch: {}
jobs:
test-build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build
timeout-minutes: 10
run: |
docker build .