Skip to content

Merge pull request #21 from Shashwat3012/Restructure-and-distribute-f… #12

Merge pull request #21 from Shashwat3012/Restructure-and-distribute-f…

Merge pull request #21 from Shashwat3012/Restructure-and-distribute-f… #12

Workflow file for this run

---
name: Merge CI for Git
on:
- push
- pull_request
jobs:
build:
strategy:
matrix:
platform:
- ubuntu-latest
- macos-latest
- windows-latest
runs-on: ${{ matrix.platform }}
steps:
- name: Set up repository
uses: actions/checkout@main
- name: Set up repository
uses: actions/checkout@main
with:
ref: master
- name: Merge to master branch
run: git checkout --progress --force ${{ github.sha }}
- name: Run repository-wide tests
if: runner.os == 'Linux'
working-directory: ${{ github.workspace }}/.github
run: chmod +x ./run-checks.sh