Skip to content

Updated solutions in order to more quickly run the lab for testing. #103

Updated solutions in order to more quickly run the lab for testing.

Updated solutions in order to more quickly run the lab for testing. #103

Workflow file for this run

name: Validate history
on:
pull_request:
branches:
- main
jobs:
forbid-merge-commits:
runs-on: ubuntu-latest
steps:
- name: Semi-linear history
uses: motlin/forbid-merge-commits-action@v1.0.5
with:
fail-on-merge-commits: 'true'