Skip to content

merge unrelated history #1

merge unrelated history

merge unrelated history #1

Workflow file for this run

name: CI
on:
push:
branches: [ main, master ]
pull_request:
branches: [ main, master ]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v4
- name: Build & Test
run: echo "Repository initialized with 15m timeout and concurrency cancellation guardrails."