create pr gate workflow #22

Merged
BenjaminPalko merged 2 commits from 17-create-pr-checks-workflow into master 2024-12-19 22:53:12 -05:00
Showing only changes of commit 0e8d3b5ff7 - Show all commits

View file

@ -3,8 +3,8 @@ on:
pull_request:
branches: ['*']
jobs:
build:
name: Test & Build
checks:
name: Checks
runs-on: ubuntu-latest
steps:
- name: Checkout