1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-08-22 11:25:08 +00:00
qb64/.github/workflows/pull_request.yml
Cory Smith 8994c10f98
Create pull_request.yml
Signed-off-by: Cory Smith <dualbrain@msn.com>
2022-09-29 11:21:23 -07:00

17 lines
211 B
YAML

name: Makefile CI
on:
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: configure
run: ./configure