1
0
mirror of https://github.com/meekrosoft/fff synced 2026-01-23 08:25:59 +01:00
Files
fff/.github/workflows/verify_pr.yaml
2022-08-19 16:21:02 +02:00

19 lines
294 B
YAML

name: Check PR
on:
pull_request:
branches:
- master
jobs:
check-pr:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- uses: actions/checkout@v3
- name: Build
run: ./buildandtest