summaryrefslogtreecommitdiff
path: root/.github/workflows/checkPR.yml
blob: c83bf3ab8086b0b190372fcdfdbb3c31ef40a99e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
name: checkPR
on: pull_request
jobs:
  compile:
    runs-on: ${{ matrix.os }}
    strategy:
      fail-fast: false
      matrix:
        os: [windows-latest, ubuntu-18.04, macos-latest]
    steps:
    - uses: actions/checkout@v1
      with:
        ref: ${{ github.event.pull_request.head.sha }}
        submodules : recursive
    - uses: actboy168/setup-luamake@master
    - run: luamake