Skip to content

ci: pin dependencies and improve build process #34

ci: pin dependencies and improve build process

ci: pin dependencies and improve build process #34

Workflow file for this run

# SPDX-FileCopyrightText: 2024 Margo
#
# SPDX-License-Identifier: MIT
#
# Author: Christian Storm <[email protected]>
---
name: PR checks
on:
pull_request:
types:
- opened
- synchronize
permissions:
contents: read
pull-requests: write
jobs:
check-sign-off:
name: Comment if commits are not signed-off
env:
FORCE_COLOR: 1
runs-on: ubuntu-latest
steps:
- uses: live627/check-pr-signoff-action@v1