Skip to content

Adjust spacing and layout to remove last slide overflow issue #45 #43

Adjust spacing and layout to remove last slide overflow issue #45

Adjust spacing and layout to remove last slide overflow issue #45 #43

Workflow file for this run

name: Check Commits
on:
pull_request:
types: [opened, reopened, unlabeled, synchronize]
permissions:
contents: read
deployments: write
issues: write
pull-requests: write
jobs:
check-commits:
name: Check Commits
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/check-commits
with:
os: ubuntu-latest
node-version: 22
github-token: ${{ secrets.GITHUB_TOKEN }}