Skip to content

Working on hamburger menu #558 #1364

Working on hamburger menu #558

Working on hamburger menu #558 #1364

name: 🧪 Git Clone Matrix Test
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
jobs:
test-git-clone:
name: '👨‍🔬 Test git clone on ${{ matrix.os }}'
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- name: ✅ Checkout the current repo
uses: actions/checkout@v5
- name: Run 🏃 git clone test
run: |
git clone https://github.com/brisbanesocialchess/brisbanesocialchess.github.io.git
echo "Cloned successfully on ${{ matrix.os }}"