btclock_v3/.github/workflows/pull_request.yml

19 lines
348 B
YAML
Raw Normal View History

name: Pull Request Workflow
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
checks: write
steps:
2023-11-30 22:05:31 +01:00
- uses: actions/checkout@v4
with:
submodules: recursive
- name: "Install and build"
2023-11-30 22:16:23 +01:00
uses: ./.github/actions/install-build