btclock_v3/.github/workflows/pull_request.yml

16 lines
No EOL
287 B
YAML

name: Pull Request Workflow
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
checks: write
steps:
- name: "Checkout, install and build"
uses: ./.github/actions/checkout-install-build